mirror of https://github.com/c-ares/c-ares.git
Add a test script that runs the fuzzing command over the corpus of DNS packets. This doesn't actually do any fuzzing (it just runs them as inputs without generating any variations) but it does ensure that the fuzzing entrypoint is still working.pull/54/head
parent
cc6a16d6c2
commit
2401623710
3 changed files with 6 additions and 1 deletions
@ -0,0 +1,3 @@ |
||||
#!/bin/sh |
||||
# Check that all of the base fuzzing corpus parse without errors |
||||
./aresfuzz fuzzinput/* |
Loading…
Reference in new issue