aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorH.J. Lu <hjl.tools@gmail.com>2023-12-23 06:27:50 -0800
committerAndreas K. Hüttel <dilfridge@gentoo.org>2024-01-31 17:24:13 +0100
commit58907c71c8cb1e6afae0378abbbbdcf8e51105ac (patch)
tree1f74794a81da2cf51143a9e56bfe9a9762dc2763
parentx86-64: Fix the tcb field load for x32 [BZ #31185] (diff)
downloadglibc-58907c71c8cb1e6afae0378abbbbdcf8e51105ac.tar.gz
glibc-58907c71c8cb1e6afae0378abbbbdcf8e51105ac.tar.bz2
glibc-58907c71c8cb1e6afae0378abbbbdcf8e51105ac.zip
NEWS: Mention bug fixes for 29039/30745/30843
(cherry picked from commit 0ca9ba3a9e73f3118dafce83e0f0ebba2e247313)
-rw-r--r--NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 81d986567e..3e7d071557 100644
--- a/NEWS
+++ b/NEWS
@@ -40,6 +40,7 @@ The following bugs are resolved with this release:
[20975] Deferred cancellation triggers in __check_pf and looses lock leading to deadlock
[27576] gmon: improve mcount overflow handling
+ [29039] Corrupt DTV after reuse of a TLS module ID following dlclose with unused TLS
[29444] gmon: Fix allocated buffer overflow (bug 29444)
[30053] time: strftime %s returns -1 after 2038 on 32 bits systems
[30101] gmon: fix memory corruption issues
@@ -51,7 +52,9 @@ The following bugs are resolved with this release:
[30428] AMD cache size computation does not work for some CPUs, hypervisors
[30477] libc: [RISCV]: time64 does not work on riscv32
[30515] _dl_find_object incorrectly returns 1 during early startup
+ [30745] Slight bug in cache info codes for x86
[30842] Stack read overflow in getaddrinfo in no-aaaa mode (CVE-2023-4527)
+ [30843] potential use-after-free in getcanonname (CVE-2023-4806)
[31184] FAIL: elf/tst-tlsgap
[31185] Incorrect thread point access in _dl_tlsdesc_undefweak and _dl_tlsdesc_dynamic