mirror of
git://sourceware.org/git/glibc.git
synced 2025-03-07 13:28:05 +08:00
NEWS: Mention bug fixes for 29039/30745/30843
This commit is contained in:
parent
5dfafca33c
commit
cc5b5da135
3
NEWS
3
NEWS
@ -48,6 +48,7 @@ The following bugs are resolved with this release:
|
||||
[24816] Fix tst-nss-files-hosts-long on single-stack hosts
|
||||
[27576] gmon: improve mcount overflow handling
|
||||
[28846] CMSG_NXTHDR may trigger -Wstrict-overflow warning
|
||||
[29039] Corrupt DTV after reuse of a TLS module ID following dlclose with unused TLS
|
||||
[29444] gmon: Fix allocated buffer overflow (bug 29444)
|
||||
[29864] libc: __libc_start_main() should obtain program headers
|
||||
address (_dl_phdr) from the auxv, not the ELF header.
|
||||
@ -84,9 +85,11 @@ The following bugs are resolved with this release:
|
||||
[30305] x86_64: Fix asm constraints in feraiseexcept
|
||||
[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
|
||||
[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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user