diff options
author | Ulrich Drepper <drepper@redhat.com> | 2006-09-29 17:07:11 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2006-09-29 17:07:11 +0000 |
commit | 154619b591282fc664dbedaee4fab8b57206c9ab (patch) | |
tree | 82698279e96ec2a5628414578a9ea63f0c038d66 /ChangeLog | |
parent | 1c31aa7979138ee5bb443e5adfd6c22ff0680fd8 (diff) | |
download | glibc-154619b591282fc664dbedaee4fab8b57206c9ab.zip glibc-154619b591282fc664dbedaee4fab8b57206c9ab.tar.gz glibc-154619b591282fc664dbedaee4fab8b57206c9ab.tar.bz2 |
[BZ #3273]
2006-09-29 Ulrich Drepper <drepper@redhat.com>
[BZ #3273]
* nscd/nscd_initgroups.c (__nscd_getgrouplist): It is OK to have
found no group members.
Patch by Petr Baudis.
2006-09-29 Jakub Jelinek <jakub@redhat.com>
* elf/rtld.c (_dl_start_final): If not USE___THREAD, don't
assert bootstrap_map.l_tls_modid is zero.
(_dl_start): Initialize bootstrap_map.l_tls_modid to 0
if USE___THREAD.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
@@ -1,3 +1,17 @@ +2006-09-29 Ulrich Drepper <drepper@redhat.com> + + [BZ #3273] + * nscd/nscd_initgroups.c (__nscd_getgrouplist): It is OK to have + found no group members. + Patch by Petr Baudis. + +2006-09-29 Jakub Jelinek <jakub@redhat.com> + + * elf/rtld.c (_dl_start_final): If not USE___THREAD, don't + assert bootstrap_map.l_tls_modid is zero. + (_dl_start): Initialize bootstrap_map.l_tls_modid to 0 + if USE___THREAD. + 2006-09-27 Ulrich Drepper <drepper@redhat.com> * libio/stdio.h: Move open_wmemstream prototype to ... |