Erlang/OTP 21.3.8.19

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:21.3.8.19
Patch Package OTP 21.3.8.19
Git Tag OTP-21.3.8.19
Date 2021-01-20
Issue Id
ERIERL-580
System OTP
Release 21
Application

crypto-4.4.2.3 #

The crypto-4.4.2.3 application can be applied independently of other applications on a full OTP 21 installation.

OTP-17107
Application(s):
crypto

Adding missing flag in BN-calls in SRP.

Full runtime dependencies of crypto-4.4.2.3: erts-9.0, kernel-5.3, stdlib-3.4

erts-10.3.5.15 #

Note! The erts-10.3.5.15 application *cannot* be applied independently of other applications on an arbitrary OTP 21 installation. On a full OTP 21 installation, also the following runtime dependencies have to be satisfied: -- kernel-6.1 (first satisfied in OTP 21.1) -- sasl-3.3 (first satisfied in OTP 21.2)

OTP-16869
Application(s):
erts
Related Id(s):
ERL-1337

Fixed rare distribution bug in race between received signal (link/monitor/spawn_request/spawn_reply) and disconnection. Symptom: VM crash. Since: OTP 21.0.

OTP-17080
Application(s):
erts

The suspend_process() and resume_process() BIFs did not check their arguments properly which could cause an emulator crash.

OTP-17088
Application(s):
erts
Related Id(s):
ERIERL-580

The runtime system would get into an infinite loop if the runtime system was started with more than 1023 file descriptors already open.

Full runtime dependencies of erts-10.3.5.15: kernel-6.1, sasl-3.3, stdlib-3.5