diff options
author | 2019-05-16 15:25:40 +0200 | |
---|---|---|
committer | 2019-07-04 00:45:40 +0200 | |
commit | ce808c48ff3451a990775f49f6fee992d883685a (patch) | |
tree | e6d57ea0801d0cc12dd6ebbb2e30e4aeb01e9c64 /NEWS | |
parent | dlfcn: Guard __dlerror_main_freeres with __libc_once_get (once) [BZ#24476] (diff) | |
download | glibc-ce808c48ff3451a990775f49f6fee992d883685a.tar.gz glibc-ce808c48ff3451a990775f49f6fee992d883685a.tar.bz2 glibc-ce808c48ff3451a990775f49f6fee992d883685a.zip |
Update NEWS for BZ#24476 Guard __dlerror_main_freeres.
(cherry picked from commit 980cb43f15c4320afc6272e7a508f1415413b945)
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -20,6 +20,7 @@ The following bugs are resolved with this release: [24164] Systemtap probes need to use "nr" constraint on 32-bit Arm [24161] __run_fork_handlers self-deadlocks in malloc/tst-mallocfork2 [24211] Use-after-free in Systemtap probe in pthread_join + [24476] dlfcn: Guard __dlerror_main_freeres with __libc_once_get (once) Security related changes: |