]> git.ipfire.org Git - ipfire-2.x.git/blob - src/patches/glibc-2.38/0039-NEWS-Mention-bug-fixes-for-30745-30843.patch
fc306dca2a17e89098138a936a5e7142c2d91fda
[ipfire-2.x.git] / src / patches / glibc-2.38 / 0039-NEWS-Mention-bug-fixes-for-30745-30843.patch
1 From 27339a3eb8f987eebae72b854af80256c1588ebd Mon Sep 17 00:00:00 2001
2 From: "H.J. Lu" <hjl.tools@gmail.com>
3 Date: Sat, 23 Dec 2023 06:27:50 -0800
4 Subject: [PATCH 39/44] NEWS: Mention bug fixes for 30745/30843
5
6 ---
7 NEWS | 2 ++
8 1 file changed, 2 insertions(+)
9
10 diff --git a/NEWS b/NEWS
11 index db4d6c8373..905230b838 100644
12 --- a/NEWS
13 +++ b/NEWS
14 @@ -36,11 +36,13 @@ The following bugs are resolved with this release:
15 [30709] nscd fails to build with cleanup handler if built with -fexceptions
16 [30721] x86_64: Fix build with --disable-multiarch
17 [30723] posix_memalign repeatedly scans long bin lists
18 + [30745] Slight bug in cache info codes for x86
19 [30789] sem_open will fail on multithreaded scenarios when semaphore
20 file doesn't exist (O_CREAT)
21 [30804] F_GETLK, F_SETLK, and F_SETLKW value change for powerpc64 with
22 -D_FILE_OFFSET_BITS=64
23 [30842] Stack read overflow in getaddrinfo in no-aaaa mode (CVE-2023-4527)
24 + [30843] potential use-after-free in getcanonname (CVE-2023-4806)
25 [31184] FAIL: elf/tst-tlsgap
26 [31185] Incorrect thread point access in _dl_tlsdesc_undefweak and _dl_tlsdesc_dynamic
27
28 --
29 2.39.2
30