mirror of https://github.com/c-ares/c-ares.git
Fix leak and crash in ares_parse_a/aaaa_reply (#264)
* fix leak if naddress of particular type found * fix segfault when wanted ttls count lesser than count of result records * add fuzzer input files that trigger problems (from #263) Reported-By: David Drysdale (@daviddrysdale) Fix-By: Andrew Selivanov (@ki11roy)pull/265/head
parent
5dd3629bc9
commit
b949cc3ddf
13 changed files with 14 additions and 4 deletions
@ -1,4 +1,5 @@ |
||||
#!/bin/sh |
||||
set -e |
||||
# Check that all of the base fuzzing corpus parse without errors |
||||
./aresfuzz fuzzinput/* |
||||
./aresfuzzname fuzznames/* |
||||
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading…
Reference in new issue