|
31 | 31 | </header> |
32 | 32 | <p>This document describes the changes made to the ERTS application.</p> |
33 | 33 |
|
| 34 | +<section><title>Erts 13.2.1</title> |
| 35 | + |
| 36 | + <section><title>Fixed Bugs and Malfunctions</title> |
| 37 | + <list> |
| 38 | + <item> |
| 39 | + <p>Fixed a bug in the loader that prevented certain |
| 40 | + modules compiled with <c>no_ssa_opt</c> from being |
| 41 | + loaded.</p> |
| 42 | + <p> |
| 43 | + Own Id: OTP-18519 Aux Id: GH-7024 </p> |
| 44 | + </item> |
| 45 | + <item> |
| 46 | + <p> |
| 47 | + Implementations of the <seecref |
| 48 | + marker="erts:driver_entry#call"><c>call()</c></seecref> |
| 49 | + driver callback that returned a faulty encoded result |
| 50 | + could cause a memory leak and could cause invalid data on |
| 51 | + the heap of the processes calling <seemfa |
| 52 | + marker="erts:erlang#port_call/3"><c>erlang:port_call/3</c></seemfa>.</p> |
| 53 | + <p> |
| 54 | + Own Id: OTP-18525 Aux Id: PR-7049 </p> |
| 55 | + </item> |
| 56 | + <item> |
| 57 | + <p>Fixed a memory corruption issue when upgrading code. |
| 58 | + The bug was introduced in <c>OTP 25.3</c></p> |
| 59 | + <p> |
| 60 | + Own Id: OTP-18553</p> |
| 61 | + </item> |
| 62 | + <item> |
| 63 | + <p>Fixed configure tests for a few ARM-specific |
| 64 | + instructions, which prevented the emulator from being |
| 65 | + built on some platforms.</p> |
| 66 | + <p> |
| 67 | + Own Id: OTP-18554</p> |
| 68 | + </item> |
| 69 | + <item> |
| 70 | + <p> |
| 71 | + Aliases created in combination with a monitor using the |
| 72 | + <c>{alias, explicit_unalias}</c> option stopped working |
| 73 | + from remote nodes when a <c>'DOWN'</c> signal had been |
| 74 | + received due to the monitor or if the monitor was removed |
| 75 | + using the <c>erlang:demonitor()</c> BIF.</p> |
| 76 | + <p> |
| 77 | + This bug was introduced in OTP 24.3.4.10 and OTP 25.3.</p> |
| 78 | + <p> |
| 79 | + Own Id: OTP-18557 Aux Id: PR-7131, OTP-18496 </p> |
| 80 | + </item> |
| 81 | + <item> |
| 82 | + <p>In rare circumstances, bit syntax matching of an |
| 83 | + invalid code point for a <c>utf32</c> would crash the |
| 84 | + runtime system.</p> |
| 85 | + <p> |
| 86 | + Own Id: OTP-18560</p> |
| 87 | + </item> |
| 88 | + <item> |
| 89 | + <p> |
| 90 | + Building the runtime system failed when native atomic |
| 91 | + support was missing. Note that execution on such systems |
| 92 | + have only been rudimentary tested.</p> |
| 93 | + <p> |
| 94 | + Own Id: OTP-18563 Aux Id: GH-7114, PR-7159 </p> |
| 95 | + </item> |
| 96 | + </list> |
| 97 | + </section> |
| 98 | + |
| 99 | +</section> |
| 100 | + |
34 | 101 | <section><title>Erts 13.2</title> |
35 | 102 |
|
36 | 103 | <section><title>Fixed Bugs and Malfunctions</title> |
|
0 commit comments