diff options
author | Henrik Nord <[email protected]> | 2018-12-07 14:59:51 +0100 |
---|---|---|
committer | Henrik Nord <[email protected]> | 2018-12-07 14:59:51 +0100 |
commit | e08ae3d65c3528cf2c2efd9c771efbf0f7494515 (patch) | |
tree | 92562a27da7e4c687cfc2b199307c09d7952f35c /lib | |
parent | d65ccad5d6bc71fda09ce6bf3a220a536a9a6b62 (diff) | |
parent | e6bf92e6e1a691bba97ea3d339fdab1872b823b3 (diff) | |
download | otp-e08ae3d65c3528cf2c2efd9c771efbf0f7494515.tar.gz otp-e08ae3d65c3528cf2c2efd9c771efbf0f7494515.tar.bz2 otp-e08ae3d65c3528cf2c2efd9c771efbf0f7494515.zip |
Merge branch 'maint-20' into maint
* maint-20:
Updated OTP version
Prepare release
Diffstat (limited to 'lib')
-rw-r--r-- | lib/asn1/doc/src/notes.xml | 17 |
1 files changed, 16 insertions, 1 deletions
diff --git a/lib/asn1/doc/src/notes.xml b/lib/asn1/doc/src/notes.xml index 086b5f38c6..2057b0394b 100644 --- a/lib/asn1/doc/src/notes.xml +++ b/lib/asn1/doc/src/notes.xml @@ -69,6 +69,22 @@ </section> +<section><title>Asn1 5.0.5.2</title> + + <section><title>Fixed Bugs and Malfunctions</title> + <list> + <item> + <p> + Handle erroneous length during decode (BER only) without + crashing.</p> + <p> + Own Id: OTP-15470 Aux Id: ERIERL-278 </p> + </item> + </list> + </section> + +</section> + <section><title>Asn1 5.0.5.1</title> <section><title>Known Bugs and Problems</title> @@ -1980,4 +1996,3 @@ <!-- p>There are also release notes for <url href="notes_history.html">older versions</url>.</p --> </section> </chapter> - |