about summary refs log tree commit diff
diff options
context:
space:
mode:
authorH.J. Lu <hjl.tools@gmail.com>2023-05-23 16:44:01 -0700
committerH.J. Lu <hjl.tools@gmail.com>2023-05-23 16:44:01 -0700
commit0e3e9dbb0ea3e0a4885e3dc075cdfe92fc29da66 (patch)
treeb57612e0221297b577e81ca8c95a02ef7bc30ec8
parentf5d377c896b95fefc712b0fd5e5804ae3f48d392 (diff)
downloadglibc-0e3e9dbb0ea3e0a4885e3dc075cdfe92fc29da66.tar.gz
glibc-0e3e9dbb0ea3e0a4885e3dc075cdfe92fc29da66.tar.xz
glibc-0e3e9dbb0ea3e0a4885e3dc075cdfe92fc29da66.zip
Document BZ #20975 fix
-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