aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorH.J. Lu <hjl.tools@gmail.com>2023-05-23 16:46:00 -0700
committerH.J. Lu <hjl.tools@gmail.com>2023-05-23 16:46:00 -0700
commit739de21d3043f927e93490ee33f9e1b948556f5b (patch)
tree6215f2772194f6a2aeb5fc5997289abe6b7e6d6f
parent2b9906f9a0f27c1ffa329f23ae1664bc9925df0f (diff)
downloadglibc-739de21d3043f927e93490ee33f9e1b948556f5b.tar
glibc-739de21d3043f927e93490ee33f9e1b948556f5b.tar.gz
glibc-739de21d3043f927e93490ee33f9e1b948556f5b.tar.bz2
glibc-739de21d3043f927e93490ee33f9e1b948556f5b.zip
Document BZ #20975 fix
-rw-r--r--NEWS1
1 files changed, 1 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 86526f3c48..b2d98f442d 100644
--- a/NEWS
+++ b/NEWS
@@ -17,6 +17,7 @@ Major new features:
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
[25812] Libio vtable protection is sometimes only partially enforced
[27576] gmon: improve mcount overflow handling