diff options
author | Erlang/OTP <[email protected]> | 2019-06-17 16:51:20 +0200 |
---|---|---|
committer | Erlang/OTP <[email protected]> | 2019-06-17 16:51:20 +0200 |
commit | 594cbfc5d80dbc1e4ca959e9a86122b3ca532e02 (patch) | |
tree | 6c6c751d63234085016d30242b564ad9d7690b67 /erts/doc/src | |
parent | a3b1191abf3d5c0157f51d915053bcca6bec107c (diff) | |
download | otp-594cbfc5d80dbc1e4ca959e9a86122b3ca532e02.tar.gz otp-594cbfc5d80dbc1e4ca959e9a86122b3ca532e02.tar.bz2 otp-594cbfc5d80dbc1e4ca959e9a86122b3ca532e02.zip |
Prepare release
Diffstat (limited to 'erts/doc/src')
-rw-r--r-- | erts/doc/src/notes.xml | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/erts/doc/src/notes.xml b/erts/doc/src/notes.xml index 075972c979..128def3934 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> |