diff options
author | Ulrich Drepper <drepper@redhat.com> | 2001-08-24 20:38:43 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2001-08-24 20:38:43 +0000 |
commit | bb84d3b33c5d8b5a13606006ecd7d0e45a8ecf90 (patch) | |
tree | 2c493239c2a83d922b29862d2ad9de86cfcd10d6 /ChangeLog | |
parent | af8bf6bd492830cfa5fbe9ae7d25fe0734ca207a (diff) | |
download | glibc-bb84d3b33c5d8b5a13606006ecd7d0e45a8ecf90.tar.gz glibc-bb84d3b33c5d8b5a13606006ecd7d0e45a8ecf90.tar.xz glibc-bb84d3b33c5d8b5a13606006ecd7d0e45a8ecf90.zip |
Update.
* nss/test-netdb.c (test_hosts): Don't segfault if gethostname returns NULL.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index b34092eeba..46bce19567 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2001-08-24 Ulrich Drepper <drepper@redhat.com> + * nss/test-netdb.c (test_hosts): Don't segfault if gethostname + returns NULL. + * elf/do-rel.h (elf_dynamic_do_rel): Fix problem with ld.so startup. Explicitly remove lazy part for RTLD_BOOTSTRAP since gcc doesn't do it. |