diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2023-12-23 06:27:50 -0800 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2023-12-23 16:24:44 +0100 |
commit | 4e63cde2006aa3a2587a3504ba6eb23818b96e17 (patch) | |
tree | bd04320ccecc4ec60e4cf9914331580f01983c7c | |
parent | NEWS: Mention bug fixes for 29039/30694/30709/30721 (diff) | |
download | glibc-4e63cde2006aa3a2587a3504ba6eb23818b96e17.tar.gz glibc-4e63cde2006aa3a2587a3504ba6eb23818b96e17.tar.bz2 glibc-4e63cde2006aa3a2587a3504ba6eb23818b96e17.zip |
NEWS: Mention bug fixes for 30745/30843gentoo/glibc-2.38-8
(cherry picked from commit 27339a3eb8f987eebae72b854af80256c1588ebd)
-rw-r--r-- | NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -36,11 +36,13 @@ The following bugs are resolved with this release: [30709] nscd fails to build with cleanup handler if built with -fexceptions [30721] x86_64: Fix build with --disable-multiarch [30723] posix_memalign repeatedly scans long bin lists + [30745] Slight bug in cache info codes for x86 [30789] sem_open will fail on multithreaded scenarios when semaphore file doesn't exist (O_CREAT) [30804] F_GETLK, F_SETLK, and F_SETLKW value change for powerpc64 with -D_FILE_OFFSET_BITS=64 [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 |