diff options
author | Florian Weimer <fweimer@redhat.com> | 2024-07-08 21:14:00 +0200 |
---|---|---|
committer | Florian Weimer <fweimer@redhat.com> | 2024-07-16 17:24:53 +0200 |
commit | 7f769dd0084cb1c857fd6fa90f60e92711b9ce7c (patch) | |
tree | 8b7836dda7df64c1469d15bbb9bd83e4f53e41b8 /NEWS | |
parent | 643709c6eeaa04cd48916c3bdb017f149d8ae6ac (diff) | |
download | glibc-7f769dd0084cb1c857fd6fa90f60e92711b9ce7c.tar.gz glibc-7f769dd0084cb1c857fd6fa90f60e92711b9ce7c.tar.xz glibc-7f769dd0084cb1c857fd6fa90f60e92711b9ce7c.zip |
Linux: Make __rseq_size useful for feature detection (bug 31965)
The __rseq_size value is now the active area of struct rseq (so 20 initially), not the full struct size including padding at the end (32 initially). Update misc/tst-rseq to print some additional diagnostics. Reviewed-by: Michael Jeanson <mjeanson@efficios.com> Reviewed-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com> (cherry picked from commit 2e456ccf0c34a056e3ccafac4a0c7effef14d918)
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/NEWS b/NEWS index c0d9993372..98b2a11a86 100644 --- a/NEWS +++ b/NEWS @@ -7,6 +7,11 @@ using `glibc' in the "product" field. Version 2.37.1 +Deprecated and removed features, and other changes affecting compatibility: + +* __rseq_size now denotes the size of the active rseq area (20 bytes + initially), not the size of struct rseq (32 bytes initially). + Security related changes: CVE-2023-25139: When the printf family of functions is called with a @@ -58,6 +63,7 @@ The following bugs are resolved with this release: [31183] Wide stream buffer size reduced MB_LEN_MAX bytes after bug 17522 fix [31184] FAIL: elf/tst-tlsgap [31185] Incorrect thread point access in _dl_tlsdesc_undefweak and _dl_tlsdesc_dynamic + [31965] rseq extension mechanism does not work as intended Version 2.37 |