diff options
author | 2023-05-23 16:44:01 -0700 | |
---|---|---|
committer | 2023-07-28 23:45:17 +0200 | |
commit | b7656cf050b7763a50667765579c26422c70ff93 (patch) | |
tree | 9200ae6428a2d93df8da3a8d29f389f9f0c471b2 | |
parent | __check_pf: Add a cancellation cleanup handler [BZ #20975] (diff) | |
download | glibc-b7656cf050b7763a50667765579c26422c70ff93.tar.gz glibc-b7656cf050b7763a50667765579c26422c70ff93.tar.bz2 glibc-b7656cf050b7763a50667765579c26422c70ff93.zip |
Document BZ #20975 fix
(cherry picked from commit 0e3e9dbb0ea3e0a4885e3dc075cdfe92fc29da66)
-rw-r--r-- | NEWS | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |