From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 1039) id 2BE223858D35; Tue, 23 May 2023 23:45:19 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 2BE223858D35 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1684885519; bh=rPOB7b4USkd0gaUSbdSNDuZ0SA3v/H71t4Jm+19Rz8w=; h=From:To:Subject:Date:From; b=EUg4b5yKcEsSSBVUrPENvc2l1Usk3g13rku5Lqvb5jX9PIOHWYEn4wFQFl253GUhP v6Dikr9uiuTdhTd5/Rk6HSc/aQbvh5jwTU4VyuMuNP74Wjhm+7sxYmleytxqBLbYl1 nskIx7LSTXrqSDsrStcWyXV4V9QTKN/tFulucaxM= 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] Document BZ #20975 fix X-Act-Checkin: glibc X-Git-Author: H.J. Lu X-Git-Refname: refs/heads/release/2.36/master X-Git-Oldrev: 7df9a276563e201fd5680c46f0d8c6f719ce1fc9 X-Git-Newrev: 93bd77104cdd7380823d80c778776d2eafb69a91 Message-Id: <20230523234519.2BE223858D35@sourceware.org> Date: Tue, 23 May 2023 23:45:19 +0000 (GMT) List-Id: https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=93bd77104cdd7380823d80c778776d2eafb69a91 commit 93bd77104cdd7380823d80c778776d2eafb69a91 Author: H.J. Lu Date: Tue May 23 16:45:03 2023 -0700 Document BZ #20975 fix Diff: --- NEWS | 1 + 1 file changed, 1 insertion(+) diff --git a/NEWS b/NEWS index 0b3ee2ad14..43f2deb49d 100644 --- a/NEWS +++ b/NEWS @@ -24,6 +24,7 @@ Security related changes: The following bugs are resolved with this release: [12154] Do not fail DNS resolution for CNAMEs which are not host names + [20975] Deferred cancellation triggers in __check_pf and looses lock leading to deadlock [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