diff options
author | Ulrich Drepper <drepper@redhat.com> | 2007-10-15 16:30:38 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2007-10-15 16:30:38 +0000 |
commit | 2884dad43cc3c0cbf046caa0a96d7883e5ed0443 (patch) | |
tree | 09f8dd8cadc7d6fa256455f0aa3e1debac16158e /ChangeLog | |
parent | 8d97ac135571fb7415d4331d925744eaae6df2e0 (diff) | |
download | glibc-2884dad43cc3c0cbf046caa0a96d7883e5ed0443.tar glibc-2884dad43cc3c0cbf046caa0a96d7883e5ed0443.tar.gz glibc-2884dad43cc3c0cbf046caa0a96d7883e5ed0443.tar.bz2 glibc-2884dad43cc3c0cbf046caa0a96d7883e5ed0443.zip |
[BZ #3425]
2007-10-15 Ulrich Drepper <drepper@redhat.com>
[BZ #3425]
* resolv/nss_dns/dns-host.c (getanswer_r): Fail with
NSS_STATUS_NOTFOUND if the server replied with only a CNAME and no
address record to T_A/T_AAAA requests.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ +2007-10-15 Ulrich Drepper <drepper@redhat.com> + + [BZ #3425] + * resolv/nss_dns/dns-host.c (getanswer_r): Fail with + NSS_STATUS_NOTFOUND if the server replied with only a CNAME and no + address record to T_A/T_AAAA requests. + 2007-10-14 Ulrich Drepper <drepper@redhat.com> * posix/glob.c: Reimplement link_exists_p to use fstatat64. |