From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 1039) id B7FE93858C54; Sat, 23 Dec 2023 17:37:02 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org B7FE93858C54 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1703353022; bh=Y3Gy+UXDbQtxO99gxbGeuMh6KRvjqiJ5BeDWBnGIZbE=; h=From:To:Subject:Date:From; b=fnGRD8t6UpO05iEUBIj7U87r/Lby/qwuU5ZUVTSrsHwDHquhL9wjR32z1sQizSPNc nbBML7GS+K+ugMzuPQro9Hoy3aWbqFO3pu+nBZCSCwfmnlTqit+ydQlZv0399MqOM5 URY2Lrs3nYHa/4rUdYCkoRJ3CUJfIWAQ8tHf1Ltw= 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.35/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.35/master X-Git-Oldrev: 5d1fe26b49a9ac373dabba217df9bd7179b267d2 X-Git-Newrev: 914af4fcca34c3868549a44d93765332896dbdfd Message-Id: <20231223173702.B7FE93858C54@sourceware.org> Date: Sat, 23 Dec 2023 17:37:02 +0000 (GMT) List-Id: https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=914af4fcca34c3868549a44d93765332896dbdfd commit 914af4fcca34c3868549a44d93765332896dbdfd 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 4ba7fabddb..366ec7be5c 100644 --- a/NEWS +++ b/NEWS @@ -39,6 +39,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 [29062] elf: Fix memory leak in _dl_find_object_update [29078] functions unusable during early auditing [29097] time: fchmodat does not handle 64 bit time_t for @@ -82,8 +83,10 @@ 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 + [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