diff options
author | Aurelien Jarno <aurel32@debian.org> | 2012-11-30 15:04:27 -0500 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2012-11-30 15:04:27 -0500 |
commit | cc8bb21c8ad619148c022af6e39ca8a5086a6a88 (patch) | |
tree | f3410b5396aad70d5fcc55913c8781c8abfb5581 /ChangeLog | |
parent | b062e14ff3df0942d21c8904e3fca87fac25b85b (diff) | |
download | glibc-cc8bb21c8ad619148c022af6e39ca8a5086a6a88.zip glibc-cc8bb21c8ad619148c022af6e39ca8a5086a6a88.tar.gz glibc-cc8bb21c8ad619148c022af6e39ca8a5086a6a88.tar.bz2 |
Fix assertion failures in resolver (BZ #13013).
[BZ #13013]
* resolv/res_query.c(__libc_res_nquery): Assign hp and hp2
depending n and resplen2 to catch cases where answer
equals answerp2.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ +2011-11-30 Aurelien Jarno <aurel32@debian.org> + + [BZ #13013] + * resolv/res_query.c(__libc_res_nquery): Assign hp and hp2 + depending n and resplen2 to catch cases where answer + equals answerp2. + 2012-11-29 Carlos O'Donell <carlos@systemhalted.org> * elf/get-dynamic-info.h (elf_get_dynamic_info): Warn |