diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2012-09-05 12:24:37 -0700 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2012-09-06 11:51:52 -0700 |
commit | 0948c3af9dfb3bc1312d6bed2f3a6bfd4e96eef4 (patch) | |
tree | 1559f2e2c3a92127e68715b8758b44f6632ad63e /ChangeLog | |
parent | f5fce0629a6a75e2e5969a87b01c37e8c45c1f4d (diff) | |
download | glibc-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-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -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). |