From 8e093b706daa58f843fb7573046046dab41bc756 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Hoguin?= Date: Fri, 10 Aug 2018 14:56:58 +0200 Subject: OTP-20.3.8.5 --- release-notes/OTP-20.3.8.4.README.txt | 49 +++++++++++++++++++++++++++++++++++ 1 file changed, 49 insertions(+) create mode 100644 release-notes/OTP-20.3.8.4.README.txt (limited to 'release-notes/OTP-20.3.8.4.README.txt') diff --git a/release-notes/OTP-20.3.8.4.README.txt b/release-notes/OTP-20.3.8.4.README.txt new file mode 100644 index 0000000..d8f381e --- /dev/null +++ b/release-notes/OTP-20.3.8.4.README.txt @@ -0,0 +1,49 @@ +Patch Package: OTP 20.3.8.4 +Git Tag: OTP-20.3.8.4 +Date: 2018-08-03 +Trouble Report Id: OTP-14440 +Seq num: ERIERL-220 +System: OTP +Release: 20 +Application: asn1-5.0.5.1 +Predecessor: OTP 20.3.8.3 + + Check out the git tag OTP-20.3.8.4, and build a full OTP system + including documentation. Apply one or more applications from this + build as patches to your installation using the 'otp_patch_apply' + tool. For information on install requirements, see descriptions for + each application version below. + + --------------------------------------------------------------------- + --- asn1-5.0.5.1 ---------------------------------------------------- + --------------------------------------------------------------------- + + The asn1-5.0.5.1 application can be applied independently of other + applications on a full OTP 20 installation. + + --- Fixed Bugs and Malfunctions --- + + OTP-14440 Application(s): asn1 + Related Id(s): ERIERL-220 + + 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. + + + Full runtime dependencies of asn1-5.0.5.1: erts-7.0, kernel-3.0, + stdlib-2.0 + + + --------------------------------------------------------------------- + --------------------------------------------------------------------- + --------------------------------------------------------------------- + -- cgit v1.2.3