diff options
author | Ulrich Drepper <drepper@redhat.com> | 2010-04-09 21:38:20 -0700 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2010-04-09 21:38:20 -0700 |
commit | ea42a20caed5b343ff20a0d4622ae6c17b77161b (patch) | |
tree | d4d57d9ea754be4d720e7946b5e439e4cea45505 /ChangeLog | |
parent | 17ad3877276b37af45c380b07b975406cf2e95de (diff) | |
download | glibc-ea42a20caed5b343ff20a0d4622ae6c17b77161b.zip glibc-ea42a20caed5b343ff20a0d4622ae6c17b77161b.tar.gz glibc-ea42a20caed5b343ff20a0d4622ae6c17b77161b.tar.bz2 |
Fix crash on reloading of gai data in nscd.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,3 +1,11 @@ +2010-04-09 Ulrich Drepper <drepper@redhat.com> + + * nscd/aicache.c (addhstaiX): Correct passing memory to address + list to gethostbyname4_r functions. + + * resolv/nss_dns/dns-host.c (gaih_getanswer_slice): Optimize + copying of h_name. + 2010-04-09 Roland McGrath <roland@redhat.com> * Makerules ($(common-objpfx)libc-abis.h): Depend on libc-abis.stamp. |