about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorFlorian Weimer <fweimer@redhat.com>2015-10-06 13:12:36 +0200
committerFlorian Weimer <fweimer@redhat.com>2015-10-06 13:22:56 +0200
commitf586e1328681b400078c995a0bb6ad301ef73549 (patch)
treebf4c5da9f4100db68bd62f244109687bed3d76dc /ChangeLog
parentbe64c2ef2ac2357ddff61841f2cc8246e5da1b20 (diff)
downloadglibc-f586e1328681b400078c995a0bb6ad301ef73549.tar.gz
glibc-f586e1328681b400078c995a0bb6ad301ef73549.tar.xz
glibc-f586e1328681b400078c995a0bb6ad301ef73549.zip
Harden tls_dtor_list with pointer mangling [BZ #19018]
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 259b05e692..f482f689c6 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-05  Paul Pluzhnikov  <ppluzhnikov@google.com>
 
 	[BZ #19012]