aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorH.J. Lu <hjl.tools@gmail.com>2012-09-05 12:24:37 -0700
committerH.J. Lu <hjl.tools@gmail.com>2012-09-06 11:51:52 -0700
commit0948c3af9dfb3bc1312d6bed2f3a6bfd4e96eef4 (patch)
tree1559f2e2c3a92127e68715b8758b44f6632ad63e /ChangeLog
parentf5fce0629a6a75e2e5969a87b01c37e8c45c1f4d (diff)
downloadglibc-0948c3af9dfb3bc1312d6bed2f3a6bfd4e96eef4.tar
glibc-0948c3af9dfb3bc1312d6bed2f3a6bfd4e96eef4.tar.gz
glibc-0948c3af9dfb3bc1312d6bed2f3a6bfd4e96eef4.tar.bz2
glibc-0948c3af9dfb3bc1312d6bed2f3a6bfd4e96eef4.zip
Always check dtv before freeing dtv[-1]
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 08fa5a1608..7385bcb707 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
2012-09-06 H.J. Lu <hongjiu.lu@intel.com>
+ [BZ #14545]
+ * csu/libc-tls.c (_dl_initial_dtv): New variable.
+ * elf/dl-tls.c (_dl_deallocate_tls): Always check dtv before
+ freeing dtv[-1].
+
+2012-09-06 H.J. Lu <hongjiu.lu@intel.com>
+
[BZ #14544]
* Makeconfig (link-static-before-libc): Replace $(+prector)
with $(+prectorT).