diff options
author | Ulrich Drepper <drepper@redhat.com> | 2006-10-27 18:43:38 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2006-10-27 18:43:38 +0000 |
commit | b2369ca3ff0cd75a30eb707537f83520c6fb1916 (patch) | |
tree | 2803a212238f82c861c53d9906ad606681166caa /ChangeLog | |
parent | c0a777e8d01ab40dd9c0ce95328430a4ce7299e3 (diff) | |
download | glibc-b2369ca3ff0cd75a30eb707537f83520c6fb1916.zip glibc-b2369ca3ff0cd75a30eb707537f83520c6fb1916.tar.gz glibc-b2369ca3ff0cd75a30eb707537f83520c6fb1916.tar.bz2 |
[BZ #3429]
2006-10-27 Ulrich Drepper <drepper@redhat.com>
[BZ #3429]
* elf/dl-open.c (dl_open_worker): Keep holding dl_load_lock until
we are sure we do not need it anymore for _dl_close. ALso move
the asserts inside the lock region.
Patch mostly by Suzuki <suzuki@in.ibm.com>.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,3 +1,11 @@ +2006-10-27 Ulrich Drepper <drepper@redhat.com> + + [BZ #3429] + * elf/dl-open.c (dl_open_worker): Keep holding dl_load_lock until + we are sure we do not need it anymore for _dl_close. ALso move + the asserts inside the lock region. + Patch mostly by Suzuki <suzuki@in.ibm.com>. + 2006-10-27 Jakub Jelinek <jakub@redhat.com> * elf/dl-lookup.c (_dl_debug_bindings): Remove unised symbol_scope |