aboutsummaryrefslogtreecommitdiffstats
path: root/release-notes/OTP-20.3.8.4.README.txt
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2018-08-10 14:56:58 +0200
committerLoïc Hoguin <[email protected]>2018-08-10 14:56:58 +0200
commit8e093b706daa58f843fb7573046046dab41bc756 (patch)
tree390d03e9945ad9772238d9e4342bfaebf7ed0084 /release-notes/OTP-20.3.8.4.README.txt
parent7c9c783f8b8f1c01af4b39665a3c6c8d883ecee0 (diff)
downloadci.erlang.mk-8e093b706daa58f843fb7573046046dab41bc756.tar.gz
ci.erlang.mk-8e093b706daa58f843fb7573046046dab41bc756.tar.bz2
ci.erlang.mk-8e093b706daa58f843fb7573046046dab41bc756.zip
OTP-20.3.8.5
Diffstat (limited to 'release-notes/OTP-20.3.8.4.README.txt')
-rw-r--r--release-notes/OTP-20.3.8.4.README.txt49
1 files changed, 49 insertions, 0 deletions
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
+
+
+ ---------------------------------------------------------------------
+ ---------------------------------------------------------------------
+ ---------------------------------------------------------------------
+