diff options
author | Ulrich Drepper <drepper@redhat.com> | 2009-04-19 21:45:02 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2009-04-19 21:45:02 +0000 |
commit | a245eafd2b5967c34ec224a8e7ae72e8edd437b8 (patch) | |
tree | 9b2e68b98806dfd735a1446db2be398a24e153db /ChangeLog | |
parent | 153aa31b93be22e01b236375fb02a9f9b9a0195f (diff) | |
download | glibc-a245eafd2b5967c34ec224a8e7ae72e8edd437b8.zip glibc-a245eafd2b5967c34ec224a8e7ae72e8edd437b8.tar.gz glibc-a245eafd2b5967c34ec224a8e7ae72e8edd437b8.tar.bz2 |
[BZ #10069]
2009-04-19 Ulrich Drepper <drepper@redhat.com>
[BZ #10069]
* elf/dl-open.c (dl_open_worker): We cannot guarantee that we can load
an object that uses static TLS if the TLS modid is higher than the
reserve we always allocate. At least for multi-threaded code.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ +2009-04-19 Ulrich Drepper <drepper@redhat.com> + + [BZ #10069] + * elf/dl-open.c (dl_open_worker): We cannot guarantee that we can load + an object that uses static TLS if the TLS modid is higher than the + reserve we always allocate. At least for multi-threaded code. + 2009-04-18 Ulrich Drepper <drepper@redhat.com> * stdlib/strfmon_l.c (__vstrfmon_l): Don't wrap when computing width. |