From d2d4ffbb113860305116af32f5588fe10d625cf1 Mon Sep 17 00:00:00 2001 From: Erlang/OTP Date: Thu, 2 Aug 2018 10:04:10 +0200 Subject: Prepare release --- lib/asn1/doc/src/notes.xml | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) (limited to 'lib/asn1/doc/src') diff --git a/lib/asn1/doc/src/notes.xml b/lib/asn1/doc/src/notes.xml index bb15c9ff5f..40f1812dff 100644 --- a/lib/asn1/doc/src/notes.xml +++ b/lib/asn1/doc/src/notes.xml @@ -32,6 +32,28 @@

This document describes the changes made to the asn1 application.

+
Asn1 5.0.5.1 + +
Known Bugs and Problems + + +

A bug in ASN.1 BER decoding has been fixed. When + decoding a recursively enclosed term the length was not + propagated to that term decoding, so if the length of the + enclosed term was longer than the enclosing that error + was not dectected

A hard coded C stack limitation + for decoding recursive ASN.1 terms has been introduced. + This is currently set to 8 kWords giving a nesting depth + of about 1000 levels. Deeper terms can not be decoded, + which should not be much of a real world limitation.

+

+ Own Id: OTP-14440 Aux Id: ERIERL-220

+
+
+
+ +
+
Asn1 5.0.5
Fixed Bugs and Malfunctions -- cgit v1.2.3