about summary refs log tree commit diff
diff options
context:
space:
mode:
authorH.J. Lu <hjl.tools@gmail.com>2023-12-23 06:27:50 -0800
committerH.J. Lu <hjl.tools@gmail.com>2023-12-23 06:46:22 -0800
commit0ca9ba3a9e73f3118dafce83e0f0ebba2e247313 (patch)
tree50ab6e4007a7fcd8ebc953fd37c58c90665fe34a
parentd052665f359be24623c0ca0aea8abd372cbefe90 (diff)
downloadglibc-0ca9ba3a9e73f3118dafce83e0f0ebba2e247313.tar.gz
glibc-0ca9ba3a9e73f3118dafce83e0f0ebba2e247313.tar.xz
glibc-0ca9ba3a9e73f3118dafce83e0f0ebba2e247313.zip
NEWS: Mention bug fixes for 29039/30745/30843
-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