aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorH.J. Lu <hjl.tools@gmail.com>2023-05-23 16:44:01 -0700
committerAndreas K. Hüttel <dilfridge@gentoo.org>2023-07-28 23:45:17 +0200
commitb7656cf050b7763a50667765579c26422c70ff93 (patch)
tree9200ae6428a2d93df8da3a8d29f389f9f0c471b2
parent__check_pf: Add a cancellation cleanup handler [BZ #20975] (diff)
downloadglibc-b7656cf050b7763a50667765579c26422c70ff93.tar.gz
glibc-b7656cf050b7763a50667765579c26422c70ff93.tar.bz2
glibc-b7656cf050b7763a50667765579c26422c70ff93.zip
Document BZ #20975 fix
(cherry picked from commit 0e3e9dbb0ea3e0a4885e3dc075cdfe92fc29da66)
-rw-r--r--NEWS1
1 files changed, 1 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 343719044a..b54f9d9a9e 100644
--- a/NEWS
+++ b/NEWS
@@ -18,6 +18,7 @@ Security related changes:
The following bugs are resolved with this release:
+ [20975] Deferred cancellation triggers in __check_pf and looses lock leading to deadlock
[27576] gmon: improve mcount overflow handling
[29444] gmon: Fix allocated buffer overflow (bug 29444)
[30053] time: strftime %s returns -1 after 2038 on 32 bits systems