aboutsummaryrefslogtreecommitdiffstats
path: root/erts/doc
diff options
context:
space:
mode:
authorJohn Högberg <[email protected]>2019-06-18 10:13:18 +0200
committerJohn Högberg <[email protected]>2019-06-18 10:13:18 +0200
commite5b0b72d7213788ae6d4f01be14ba48ac463589d (patch)
tree3a2a25a1f87f2d82f32f9a66d9f6efcb15ad2573 /erts/doc
parent6ba18fda60dbefc790910fc4310125f80a288829 (diff)
parent4319a7f8bc93388ec540e954eb9bb73ea1eec4ef (diff)
downloadotp-e5b0b72d7213788ae6d4f01be14ba48ac463589d.tar.gz
otp-e5b0b72d7213788ae6d4f01be14ba48ac463589d.tar.bz2
otp-e5b0b72d7213788ae6d4f01be14ba48ac463589d.zip
Merge branch 'maint-22' into maint
* maint-22: Updated OTP version Prepare release # Conflicts: # make/otp_version_tickets
Diffstat (limited to 'erts/doc')
-rw-r--r--erts/doc/src/notes.xml28
1 files changed, 28 insertions, 0 deletions
diff --git a/erts/doc/src/notes.xml b/erts/doc/src/notes.xml
index ef55b2ed0a..cfa952f01c 100644
--- a/erts/doc/src/notes.xml
+++ b/erts/doc/src/notes.xml
@@ -31,6 +31,34 @@
</header>
<p>This document describes the changes made to the ERTS application.</p>
+<section><title>Erts 10.4.3</title>
+
+ <section><title>Fixed Bugs and Malfunctions</title>
+ <list>
+ <item>
+ <p>Fixed a buffer overflow when
+ <c>binary_to_existing_atom/2</c> and
+ <c>list_to_existing_atom/2</c> was used with the
+ <c>latin1</c> encoding.</p>
+ <p>
+ Own Id: OTP-15819 Aux Id: ERL-944 </p>
+ </item>
+ <item>
+ <p>
+ The runtime system disconnected a connection if it
+ received an <c>exit/2</c> signal where the recipient was
+ a process on an old incarnation of the current node. That
+ is, the receiving node had the same node name, but
+ another "creation" number. The signal will now just be
+ dropped since the receiving process no longer exists.</p>
+ <p>
+ Own Id: OTP-15867 Aux Id: ERIERL-373 </p>
+ </item>
+ </list>
+ </section>
+
+</section>
+
<section><title>Erts 10.4.2</title>
<section><title>Fixed Bugs and Malfunctions</title>