Erlang/OTP 24.1.4

This release of Erlang/OTP can be built from source or installed using pre-built packages for your OS or third-party tools (such as kerl or asdf).

docker run -it erlang:24.1.4
Patch Package OTP 24.1.4
Git Tag OTP-24.1.4
Date 2021-11-02
Issue Id
ERIERL-664
System OTP
Release 24
Application

erts-12.1.4 #

The erts-12.1.4 application can be applied independently of other applications on a full OTP 24 installation.

OTP-17731
Application(s):
erts
Related Id(s):
PR-5285

Fix bug where a gen_tcp write error that happened during a delayed_send would cause a use after free segfault.

OTP-17732
Application(s):
erts
Related Id(s):
ERIERL-664 , PR-5331

Fix x86 JIT bug where a rem instruction could cause a segfault if given values that would cause an badarith exception.

Full runtime dependencies of erts-12.1.4: kernel-8.0, sasl-3.3, stdlib-3.13