From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 1039) id B8DB73858284; Sat, 23 Dec 2023 15:08:59 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org B8DB73858284 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1703344139; bh=BTROp3LwNJf6HrTGs5FJImDs7mEm+Q7YAHeqxV123Po=; h=From:To:Subject:Date:From; b=GZs1H7jV0JkV7t55W3Iw0mFLiglQii6P0BOcURJKjjhBTjlDw44s4mqO86MtF3iaE fcWxCrY13XWhmqun5mZHqbdsbZPMnFiLBWPmxwmUmWfWeLHjGyaDsyncmyqhjqVTu0 pxWr1iuRMU3epLCCY9ZjPqbCMdPoKX7vC6S7rZWk= 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.38/master] NEWS: Mention bug fixes for 29039/30694/30709/30721 X-Act-Checkin: glibc X-Git-Author: H.J. Lu X-Git-Refname: refs/heads/release/2.38/master X-Git-Oldrev: 968c983d43bc51f719f3e7a0fcb1bb8669b5f7c4 X-Git-Newrev: d25e2c8d5cb0778ae87ad43b1f4c301abe5a932b Message-Id: <20231223150859.B8DB73858284@sourceware.org> Date: Sat, 23 Dec 2023 15:08:59 +0000 (GMT) List-Id: https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=d25e2c8d5cb0778ae87ad43b1f4c301abe5a932b commit d25e2c8d5cb0778ae87ad43b1f4c301abe5a932b Author: H.J. Lu Date: Sat Dec 23 06:24:41 2023 -0800 NEWS: Mention bug fixes for 29039/30694/30709/30721 Diff: --- NEWS | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/NEWS b/NEWS index 6fbb8a9e1d..db4d6c8373 100644 --- a/NEWS +++ b/NEWS @@ -31,6 +31,10 @@ Security related changes: The following bugs are resolved with this release: + [29039] Corrupt DTV after reuse of a TLS module ID following dlclose with unused TLS + [30694] The iconv program no longer tells the user which given encoding name was wrong + [30709] nscd fails to build with cleanup handler if built with -fexceptions + [30721] x86_64: Fix build with --disable-multiarch [30723] posix_memalign repeatedly scans long bin lists [30789] sem_open will fail on multithreaded scenarios when semaphore file doesn't exist (O_CREAT)