From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 1039) id 6C79F385843A; Sat, 23 Dec 2023 17:35:26 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 6C79F385843A DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1703352926; bh=I9nTJWf4nzi1Hp1TAHMlHRuGpe8UMQw99kMSDjkg75M=; h=From:To:Subject:Date:From; b=i/6Ai1Ra/WmAYl5bN+79vb3owSBI+l9EDkvrxetrGh/iN2i6G8pSKEjT+bjkVQtss BmRJlw0Cpnq3ORgq60lFOWzD4cs1PaW8yKtwfZwHyVWw4P3pS8iBGh5Ok5iJHNgwvT IophTWoQaAgHP7p9rb3sTa7cP2vJgI8AEb/XVFHI= Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: H.J. Lu To: glibc-cvs@sourceware.org Subject: [glibc/release/2.36/master] NEWS: Mention bug fixes for 29039/30745/30843 X-Act-Checkin: glibc X-Git-Author: H.J. Lu X-Git-Refname: refs/heads/release/2.36/master X-Git-Oldrev: 5dfafca33cf5db5ca88af43f4f764c29a69aff18 X-Git-Newrev: cc5b5da1353e9e4c1486c12befcce9f76ed1e34b Message-Id: <20231223173526.6C79F385843A@sourceware.org> Date: Sat, 23 Dec 2023 17:35:26 +0000 (GMT) List-Id: https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=cc5b5da1353e9e4c1486c12befcce9f76ed1e34b commit cc5b5da1353e9e4c1486c12befcce9f76ed1e34b Author: H.J. Lu Date: Sat Dec 23 06:27:50 2023 -0800 NEWS: Mention bug fixes for 29039/30745/30843 Diff: --- NEWS | 3 +++ 1 file changed, 3 insertions(+) diff --git a/NEWS b/NEWS index 8ac1be6cb9..0f0ebce3f0 100644 --- a/NEWS +++ b/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