|
31 | 31 | </header> |
32 | 32 | <p>This document describes the changes made to the ERTS application.</p> |
33 | 33 |
|
| 34 | +<section><title>Erts 12.3.2</title> |
| 35 | + |
| 36 | + <section><title>Fixed Bugs and Malfunctions</title> |
| 37 | + <list> |
| 38 | + <item> |
| 39 | + <p> |
| 40 | + Let EPMD tolerate failure when binding to IPv4/IPv6 |
| 41 | + loopback intefaces in addition to user-supplied addresses |
| 42 | + via <c>ERL_EPMD_ADDRESS</c> or the <c>-address</c> |
| 43 | + option. This can happen, for example, if the host system |
| 44 | + has ipv6 disabled via the disable_ipv6 sysctl.</p> |
| 45 | + <p> |
| 46 | + Own Id: OTP-17970 Aux Id: PR-5762 </p> |
| 47 | + </item> |
| 48 | + <item> |
| 49 | + <p>Fixed a rare bug in <c>binary_to_term/1</c>, |
| 50 | + <c>enif_make_map_from_arrays</c>, |
| 51 | + <c>erl_drv_send_term</c>, and Erlang distribution that |
| 52 | + could crash the emulator.</p> |
| 53 | + <p> |
| 54 | + Own Id: OTP-18027</p> |
| 55 | + </item> |
| 56 | + <item> |
| 57 | + <p>Fixed a rare race in <c>persistent_term:get/1,2</c> |
| 58 | + that could cause it to return the value of another |
| 59 | + key.</p> |
| 60 | + <p> |
| 61 | + Own Id: OTP-18065 Aux Id: GH-5908 </p> |
| 62 | + </item> |
| 63 | + <item> |
| 64 | + <p> |
| 65 | + Fix bug where the process message queue was left in an |
| 66 | + inconsistent state when changing from on_heap to off_heap |
| 67 | + message queue data causing the GC to segfault.</p> |
| 68 | + <p> |
| 69 | + Own Id: OTP-18075 Aux Id: PR-5927 </p> |
| 70 | + </item> |
| 71 | + <item> |
| 72 | + <p> |
| 73 | + Fix functions that convert universal to localtime (such |
| 74 | + as erlang:localtime/0 and |
| 75 | + erlang:universaltime_to_localtime/1) to fetch the correct |
| 76 | + localtime if it is changed after the start of the VM.</p> |
| 77 | + <p> |
| 78 | + Own Id: OTP-18076 Aux Id: ERIERL-802 PR-5905 </p> |
| 79 | + </item> |
| 80 | + <item> |
| 81 | + <p> |
| 82 | + Fix memory leak when a process doing a distributed |
| 83 | + fragmented send is sent an exit signal. Before this fix |
| 84 | + the receiving node would be left with an incomplete |
| 85 | + message that would remain until the nodes were |
| 86 | + disconnected. The bug has existed since Erlang/OTP 21.</p> |
| 87 | + <p> |
| 88 | + Own Id: OTP-18077 Aux Id: GH-5876 PR-5892 </p> |
| 89 | + </item> |
| 90 | + <item> |
| 91 | + <p> |
| 92 | + Corrected the behaviour of the shutdown function when |
| 93 | + using with the inet_backend = socket. It was not |
| 94 | + sufficiently compatible with the "old" gen_tcp.</p> |
| 95 | + <p> |
| 96 | + Own Id: OTP-18080 Aux Id: GH-5930 </p> |
| 97 | + </item> |
| 98 | + </list> |
| 99 | + </section> |
| 100 | + |
| 101 | +</section> |
| 102 | + |
34 | 103 | <section><title>Erts 12.3.1</title> |
35 | 104 |
|
36 | 105 | <section><title>Fixed Bugs and Malfunctions</title> |
|
0 commit comments