diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2023-05-23 16:47:45 -0700 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2023-05-23 16:47:45 -0700 |
commit | eed27b3e46d0c92eb8bff6b2b5d7059a70996a8b (patch) | |
tree | 76b64c307222e7c6158c8025ec977e9edabf8b27 | |
parent | 24302748fcf85023fd64630de241973ec17f2dc1 (diff) | |
download | glibc-eed27b3e46d0c92eb8bff6b2b5d7059a70996a8b.tar.gz glibc-eed27b3e46d0c92eb8bff6b2b5d7059a70996a8b.tar.xz glibc-eed27b3e46d0c92eb8bff6b2b5d7059a70996a8b.zip |
Document BZ #20975 fix
-rw-r--r-- | NEWS | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/NEWS b/NEWS index 3caeab36d9..6f4395eb5b 100644 --- a/NEWS +++ b/NEWS @@ -40,6 +40,7 @@ The following bugs are resolved with this release: [15271] dlfcn function failure after dlmopen terminates process [18435] pthread_once hangs when init routine throws an exception + [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" [23462] Static binary with dynamic string tokens ($LIB, $PLATFORM, $ORIGIN) crashes |