diff options
author | Ondřej Bílka <neleai@seznam.cz> | 2013-10-13 23:03:28 +0200 |
---|---|---|
committer | Ondřej Bílka <neleai@seznam.cz> | 2013-10-14 08:17:09 +0200 |
commit | cabba9343c8bd99e4aea66aa1e0ec7d93aa18a7e (patch) | |
tree | 43d7ccc69f7ae2656a5c4b38d4e6f61715bcd71e /ChangeLog | |
parent | 94bf958a9435b8d8fbf92c15d8cd5d310029a22c (diff) | |
download | glibc-cabba9343c8bd99e4aea66aa1e0ec7d93aa18a7e.tar glibc-cabba9343c8bd99e4aea66aa1e0ec7d93aa18a7e.tar.gz glibc-cabba9343c8bd99e4aea66aa1e0ec7d93aa18a7e.tar.bz2 glibc-cabba9343c8bd99e4aea66aa1e0ec7d93aa18a7e.zip |
Correctly copy resolver address. Fixes bug #13028.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,9 @@ +2013-10-14 Aurelien Jarno <aurelien@aurel32.net> + + [BZ #13028] + * res_send.c(__libc_res_nsend): Correctly copy the nameserver + address. + 2013-10-14 P. J. McDermott <pj@pehjota.net> [BZ #832] |