Overview
Request 752706 accepted
- Changes for 20.3.8.24:
* ssh: The ssh cli (e.g shell) server behaved strangely when
characters were inserted in a string so that the last
characters tried to wrap the line.
* common_test: The ct_property_test logging is improved.
* erts: A literal area could prematurely be released before all
uses of it had been removed. This occurred either when a
terminating process had a complex exit reason referring to a
literal that concurrently was removed, or when a terminating
process continued executing a dirty NIF accessing a literal
(via the heap) that concurrently was removed.
- Created by matwey
- In state accepted
- Open review for matwey
- Open review for gsantomaggio_suse
Request History
matwey created request
- Changes for 20.3.8.24:
* ssh: The ssh cli (e.g shell) server behaved strangely when
characters were inserted in a string so that the last
characters tried to wrap the line.
* common_test: The ct_property_test logging is improved.
* erts: A literal area could prematurely be released before all
uses of it had been removed. This occurred either when a
terminating process had a complex exit reason referring to a
literal that concurrently was removed, or when a terminating
process continued executing a dirty NIF accessing a literal
(via the heap) that concurrently was removed.
gsantomaggio_suse accepted request
thank you