aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorH.J. Lu <hjl.tools@gmail.com>2023-05-23 16:46:54 -0700
committerH.J. Lu <hjl.tools@gmail.com>2023-05-23 16:46:54 -0700
commitcad3adf4ddeada37912c1c13b59a2ea5dd5d2832 (patch)
tree006449bf480bc06124548c2e7e6fd17042986eff
parent1cd6626a897304a28dc4e2ca1e303bb5774db6d1 (diff)
downloadglibc-cad3adf4ddeada37912c1c13b59a2ea5dd5d2832.tar
glibc-cad3adf4ddeada37912c1c13b59a2ea5dd5d2832.tar.gz
glibc-cad3adf4ddeada37912c1c13b59a2ea5dd5d2832.tar.bz2
glibc-cad3adf4ddeada37912c1c13b59a2ea5dd5d2832.zip
Document BZ #20975 fix
-rw-r--r--NEWS1
1 files changed, 1 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 6fc6c27db5..d5bfe718e7 100644
--- a/NEWS
+++ b/NEWS
@@ -55,6 +55,7 @@ The following bugs are resolved with this release:
[15533] dynamic-link: LD_AUDIT introduces an avoidable performance
degradation
[19193] nptl: pthread_kill, pthread_cancel should not fail after exit
+ [20975] Deferred cancellation triggers in __check_pf and looses lock leading to deadlock
[22542] CVE-2022-23219: Buffer overflow in sunrpc clnt_create for "unix"
[23734] la_symbind*() doesn't get called when LD_BIND_NOW is set
[24816] Fix tst-nss-files-hosts-long on single-stack hosts