From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 1039) id 3F0B23858C60; Sat, 23 Dec 2023 17:38:44 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 3F0B23858C60 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1703353124; bh=80sfbP938Nc3utOavHeHmceQ68frDCoduelSrpotYo0=; h=From:To:Subject:Date:From; b=T40Ks510oE4EQlxTqhqHvwZPSO/OezWRJsr7cJ0W3hnAlvRWwEXubovspdAHnRi3k 5h6amZ4JMd3PHsm3h9TTFHCBLkzr2dpauMFkyWnnDx1sW4ivQWrjEhHZbbYDHkrprI H3ZfUsyUI00XEAXsFiufdlGB9BXMsDYeLh95Jbzw= 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.34/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.34/master X-Git-Oldrev: 2143fcd54025df8ee1e95a31b2cbadcb2e3547ac X-Git-Newrev: 43ac0f94f19a55bd2454f64b95275b3206ca6c1b Message-Id: <20231223173844.3F0B23858C60@sourceware.org> Date: Sat, 23 Dec 2023 17:38:43 +0000 (GMT) List-Id: https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=43ac0f94f19a55bd2454f64b95275b3206ca6c1b commit 43ac0f94f19a55bd2454f64b95275b3206ca6c1b 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 af73ed99f5..3c8bec80a1 100644 --- a/NEWS +++ b/NEWS @@ -124,6 +124,7 @@ The following bugs are resolved with this release: [28953] nss: Protect against errno changes in function lookup [29029] nptl: poll() spuriously returns EINTR during thread cancellation and with cancellation disabled + [29039] Corrupt DTV after reuse of a TLS module ID following dlclose with unused TLS [29069] libc: fstatat64_time64_statx wrapper broken on MIPS N32 with -D_FILE_OFFSET_BITS=64 and -D_TIME_BITS=64 [29078] functions unusable during early auditing @@ -160,6 +161,8 @@ The following bugs are resolved with this release: [30151] gshadow: Matching sgetsgent, sgetsgent_r ERANGE handling [30163] posix: Fix system blocks SIGCHLD erroneously [30305] x86_64: Fix asm constraints in feraiseexcept + [30745] Slight bug in cache info codes for x86 + [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