diff options
author | Ulrich Drepper <drepper@gmail.com> | 2011-04-10 22:43:01 -0400 |
---|---|---|
committer | Ulrich Drepper <drepper@gmail.com> | 2011-04-10 22:43:01 -0400 |
commit | e6c61494125126d2ba77e5d99f83887a2ed49783 (patch) | |
tree | 1e1b67f306fd7acb967f9d9df32a0296f2ad9d79 /nptl/ChangeLog | |
parent | c6489db3bdd6e484edcb34884955110612966997 (diff) | |
download | glibc-e6c61494125126d2ba77e5d99f83887a2ed49783.tar.gz glibc-e6c61494125126d2ba77e5d99f83887a2ed49783.tar.xz glibc-e6c61494125126d2ba77e5d99f83887a2ed49783.zip |
Fix memory leak in TLS of loaded objects.
Diffstat (limited to 'nptl/ChangeLog')
-rw-r--r-- | nptl/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/nptl/ChangeLog b/nptl/ChangeLog index 802abcdbc4..f99dcfb22d 100644 --- a/nptl/ChangeLog +++ b/nptl/ChangeLog @@ -1,3 +1,10 @@ +2011-04-10 Ulrich Drepper <drepper@gmail.com> + + [BZ #12650] + * allocatestack.c (get_cached_stack): Deallocate DTV entries before + clearing memory. + Patch partly by Robert Rex <robert.rex@exasol.com>. + 2011-01-19 Roland McGrath <roland@redhat.com> * pthread_cond_wait.c (__pthread_cond_wait): Fix comment typo. |