aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Wielaard <mark@klomp.org>2019-05-16 15:25:40 +0200
committerAndreas K. Hüttel <dilfridge@gentoo.org>2019-07-04 00:45:40 +0200
commitce808c48ff3451a990775f49f6fee992d883685a (patch)
treee6d57ea0801d0cc12dd6ebbb2e30e4aeb01e9c64
parentdlfcn: Guard __dlerror_main_freeres with __libc_once_get (once) [BZ#24476] (diff)
downloadglibc-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>
-rw-r--r--NEWS1
1 files changed, 1 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index c10ab5e851..17dcaa7b74 100644
--- a/NEWS
+++ b/NEWS
@@ -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: