Patch Package | OTP 25.3.2.10 |
Git Tag | OTP-25.3.2.10 |
Date | 2024-03-13 |
Issue Id | |
System | OTP |
Release | 25 |
Application |
compiler-8.2.6.4 #
The compiler-8.2.6.4 application can be applied independently of other applications on a full OTP 25 installation.
- OTP-19003
-
In rare circumstances, an unsafe optimization could cause the compiler to generate incorrect code for list matching.
- OTP-19019
-
- Application(s):
- compiler
In rare circumstances, the compiler code generate unsafe code for a bit syntax match.
Full runtime dependencies of compiler-8.2.6.4: crypto-5.1, erts-13.0, kernel-8.4, stdlib-4.0
crypto-5.1.4.2 #
The crypto-5.1.4.2 application can be applied independently of other applications on a full OTP 25 installation.
- OTP-18996
-
The function crypto:pbkdf2_hmac will no longer block the main schedulers. If the iteration count or block size parameters are such that the function is likely to take a long time to execute, the function will be scheduled to run on a dirty CPU scheduler.
Full runtime dependencies of crypto-5.1.4.2: erts-9.0, kernel-5.3, stdlib-3.9
erts-13.2.2.7 #
Note! The erts-13.2.2.7 application *cannot* be applied independently of other applications on an arbitrary OTP 25 installation. On a full OTP 25 installation, also the following runtime dependencies have to be satisfied: -- kernel-8.5 (first satisfied in OTP 25.1) -- stdlib-4.1 (first satisfied in OTP 25.1)
- OTP-18971
-
- Application(s):
- erts
- Related Id(s):
- GH-8044
Fix heap corruption bug that could cause runaway memory consumption due to circular offheap list at process exit. Other symptoms may also be possible. Bug exists since OTP 25.0.
- OTP-19006
-
- Application(s):
- erts
The code server could be hanging if a module with on_load function was loaded at the same time as another module was purged using erlang:purge_module directly.
- OTP-19008
-
A process optimized for parallel signal delivery could under some circumstances lose wakeup information. That is, the processes was not woken up to take care of the signal, so the signal would not be taken care of until the process was woken by another signal. Only processes configured with message_queue_data set to off_heap utilize this optimization.
- OTP-19015
-
- Application(s):
- erts
- Related Id(s):
- ERIERL-682
Fix bug in re:run/3 where if an invalid UTF-8 subject was given, re:run could get stuck in an infinite loop. Bug was introduced in Erlang/OTP 22.1.
Full runtime dependencies of erts-13.2.2.7: kernel-8.5, sasl-3.3, stdlib-4.1
ssh-4.15.3.3 #
The ssh-4.15.3.3 application can be applied independently of other applications on a full OTP 25 installation.
- OTP-18986
-
- Application(s):
- ssh
With this change, more secure algorithms are preferred by ssh and documentation is updated to reflect that.
- OTP-19002
-
- Application(s):
- ssh
- Related Id(s):
- ERIERL-1041
With this change, KEX strict terminal message is emitted with debug verbosity.
Full runtime dependencies of ssh-4.15.3.3: crypto-5.0, erts-11.0, kernel-6.0, public_key-1.6.1, runtime_tools-1.15.1, stdlib-3.15