diff options
author | Ulrich Drepper <drepper@redhat.com> | 2008-03-04 15:25:19 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2008-03-04 15:25:19 +0000 |
commit | 65b4743a614db33ab66ef72a8ad653dbb965849a (patch) | |
tree | be7c02c12c268f074b75a53d39284c8155b7390a /ChangeLog | |
parent | 27c377dd04f40e4d0a7e11daad059939e94d9367 (diff) | |
download | glibc-65b4743a614db33ab66ef72a8ad653dbb965849a.zip glibc-65b4743a614db33ab66ef72a8ad653dbb965849a.tar.gz glibc-65b4743a614db33ab66ef72a8ad653dbb965849a.tar.bz2 |
[BZ #5790]
2008-02-25 Jakub Jelinek <jakub@redhat.com>
[BZ #5790]
* resolv/nss_dns/dns-host.c (_nss_dns_gethostbyaddr2_r): Don't
overwrite *h_errnop/*errnop values from getanswer_r in case of
failure.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ +2008-02-25 Jakub Jelinek <jakub@redhat.com> + + [BZ #5790] + * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyaddr2_r): Don't + overwrite *h_errnop/*errnop values from getanswer_r in case of + failure. + 2008-03-03 Ulrich Drepper <drepper@redhat.com> [BZ #5818] |