aboutsummaryrefslogtreecommitdiffstats
path: root/erts/doc/src/notes.xml
diff options
context:
space:
mode:
authorJohn Högberg <[email protected]>2018-06-05 14:05:38 +0200
committerJohn Högberg <[email protected]>2018-06-05 14:05:38 +0200
commit5cb944bf32b7b3f4ec5500710fe10c28a643e1fd (patch)
tree817ed501c02aeda7cdc03725a6d4325a7f5741b0 /erts/doc/src/notes.xml
parentbbb3d151e6329d58b34e526fefb6964677d93104 (diff)
parentcfaede58328ace4bb4fb7c5e1b055e420c0ded9a (diff)
downloadotp-5cb944bf32b7b3f4ec5500710fe10c28a643e1fd.tar.gz
otp-5cb944bf32b7b3f4ec5500710fe10c28a643e1fd.tar.bz2
otp-5cb944bf32b7b3f4ec5500710fe10c28a643e1fd.zip
Merge branch 'maint-20' into maint
* maint-20: Updated OTP version Prepare release inets: Gracefully handle bad headers [erl_docgen] Update version [erl_docgen] Add missing file db_funcs.xsl to file list erts: Fix bug in system_profile erts: Fix bug in enif_binary_to_term for immediates
Diffstat (limited to 'erts/doc/src/notes.xml')
-rw-r--r--erts/doc/src/notes.xml25
1 files changed, 25 insertions, 0 deletions
diff --git a/erts/doc/src/notes.xml b/erts/doc/src/notes.xml
index 8bd8e6c7b8..31411cc1a2 100644
--- a/erts/doc/src/notes.xml
+++ b/erts/doc/src/notes.xml
@@ -31,6 +31,31 @@
</header>
<p>This document describes the changes made to the ERTS application.</p>
+<section><title>Erts 9.3.2</title>
+
+ <section><title>Fixed Bugs and Malfunctions</title>
+ <list>
+ <item>
+ <p>
+ Fixed bug in <c>enif_binary_to_term</c> which could cause
+ memory corruption for immediate terms (atoms, small
+ integers, pids, ports, empty lists).</p>
+ <p>
+ Own Id: OTP-15080</p>
+ </item>
+ <item>
+ <p>
+ Fixed bug in <c>erlang:system_profile/2</c> that could
+ cause superfluous <c>{profile,_,active,_,_}</c> messages
+ for terminating processes.</p>
+ <p>
+ Own Id: OTP-15085</p>
+ </item>
+ </list>
+ </section>
+
+</section>
+
<section><title>Erts 9.3.1</title>
<section><title>Fixed Bugs and Malfunctions</title>