summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorFlorian Weimer <fweimer@redhat.com>2015-10-06 13:12:36 +0200
committerMike Frysinger <vapier@gentoo.org>2015-10-19 17:04:23 -0400
commit5fb7924cb6cf606ce865122e5bbac9df934db14e (patch)
tree46a55af745e99082b9cc2e91834adb3ef8aad569 /ChangeLog
parentdc22a1ec157d02529a0b17986679d3f1c122985e (diff)
downloadglibc-5fb7924cb6cf606ce865122e5bbac9df934db14e.tar.gz
Harden tls_dtor_list with pointer mangling [BZ #19018]
(cherry picked from commit f586e1328681b400078c995a0bb6ad301ef73549)
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index d0d2f56bf8..391ffca191 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2015-10-06 Florian Weimer <fweimer@redhat.com>
+
+ [BZ #19018]
+ * stdlib/cxa_thread_atexit_impl.c (__cxa_thread_atexit_impl):
+ Mangle function pointer before storing it.
+ (__call_tls_dtors): Demangle function pointer before calling it.
+
2015-10-15 Florian Weimer <fweimer@redhat.com>
[BZ #18928]