diff options
author | Raimo Niskanen <[email protected]> | 2018-08-03 12:08:06 +0200 |
---|---|---|
committer | Raimo Niskanen <[email protected]> | 2018-08-03 12:56:29 +0200 |
commit | fa6f32fa647a02e1735fca868b589c1f8b2ac5f8 (patch) | |
tree | 6371435920397489e55eb3334b381fed17bbff5d /lib/asn1/doc | |
parent | 0ae934aa008f9ff2a929eafc52811fcde619631a (diff) | |
parent | 757057b32f60fc1626af9593b49975f40fcceefd (diff) | |
download | otp-fa6f32fa647a02e1735fca868b589c1f8b2ac5f8.tar.gz otp-fa6f32fa647a02e1735fca868b589c1f8b2ac5f8.tar.bz2 otp-fa6f32fa647a02e1735fca868b589c1f8b2ac5f8.zip |
Merge branch 'maint-20' into maint
* maint-20:
Updated OTP version
Prepare release
Fix NIF stack recursion bug and enforce a limit
Conflicts:
OTP_VERSION
lib/asn1/doc/src/notes.xml
lib/asn1/vsn.mk
otp_versions.table
Diffstat (limited to 'lib/asn1/doc')
-rw-r--r-- | lib/asn1/doc/src/notes.xml | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/lib/asn1/doc/src/notes.xml b/lib/asn1/doc/src/notes.xml index 860cf4d22d..c86fa79c2c 100644 --- a/lib/asn1/doc/src/notes.xml +++ b/lib/asn1/doc/src/notes.xml @@ -47,6 +47,28 @@ </section> +<section><title>Asn1 5.0.5.1</title> + + <section><title>Known Bugs and Problems</title> + <list> + <item> + <p>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</p> <p>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.</p> + <p> + Own Id: OTP-14440 Aux Id: ERIERL-220 </p> + </item> + </list> + </section> + +</section> + <section><title>Asn1 5.0.5</title> <section><title>Fixed Bugs and Malfunctions</title> |