]> granicus.if.org Git - esp-idf/commit
Add AFL fuzz test
authorme-no-dev <hristo@espressif.com>
Mon, 3 Apr 2017 13:50:12 +0000 (16:50 +0300)
committerme-no-dev <hristo@espressif.com>
Wed, 5 Apr 2017 06:23:09 +0000 (09:23 +0300)
commit4c2622755d92efa1818d062d433725553437993c
tree2f20e33a9f1baa2c1cbaf8b56562c858f764d967
parent99d39909c4f19c63909d663e927ac0a8933a3ed5
Add AFL fuzz test
21 files changed:
components/mdns/include/mdns.h
components/mdns/mdns.c
components/mdns/test_afl_fuzz_host/Makefile [new file with mode: 0644]
components/mdns/test_afl_fuzz_host/README.md [new file with mode: 0644]
components/mdns/test_afl_fuzz_host/esp32_compat.h [new file with mode: 0644]
components/mdns/test_afl_fuzz_host/in/test-14.bin [new file with mode: 0755]
components/mdns/test_afl_fuzz_host/in/test-15.bin [new file with mode: 0755]
components/mdns/test_afl_fuzz_host/in/test-16.bin [new file with mode: 0755]
components/mdns/test_afl_fuzz_host/in/test-28.bin [new file with mode: 0755]
components/mdns/test_afl_fuzz_host/in/test-29.bin [new file with mode: 0755]
components/mdns/test_afl_fuzz_host/in/test-31.bin [new file with mode: 0755]
components/mdns/test_afl_fuzz_host/in/test-53.bin [new file with mode: 0755]
components/mdns/test_afl_fuzz_host/in/test-56.bin [new file with mode: 0755]
components/mdns/test_afl_fuzz_host/in/test-63.bin [new file with mode: 0755]
components/mdns/test_afl_fuzz_host/in/test-83.bin [new file with mode: 0755]
components/mdns/test_afl_fuzz_host/in/test-88.bin [new file with mode: 0755]
components/mdns/test_afl_fuzz_host/in/test-89.bin [new file with mode: 0755]
components/mdns/test_afl_fuzz_host/in/test-95.bin [new file with mode: 0755]
components/mdns/test_afl_fuzz_host/in/test-96.bin [new file with mode: 0755]
components/mdns/test_afl_fuzz_host/input_packets.txt [new file with mode: 0644]
components/mdns/test_afl_fuzz_host/test.c [new file with mode: 0644]