]> git.ipfire.org Git - thirdparty/hostap.git/commit
tests: New style fuzzing tool for wpa_supplicant WNM handling
authorJouni Malinen <j@w1.fi>
Sat, 1 Jun 2019 11:53:24 +0000 (14:53 +0300)
committerJouni Malinen <j@w1.fi>
Sun, 2 Jun 2019 10:00:36 +0000 (13:00 +0300)
commit065e6e7010942c5dea2a9d8b8a049c144cb695d4
tree6469839763ee3eb9ef2b671151bcabfc40b9d359
parent867f1c466d3f31cd3254969a0f4c31a002a33620
tests: New style fuzzing tool for wpa_supplicant WNM handling

This is a newer version of tests/wnm-fuzzer tool as the initial step in
creating a more uniform set of fuzzing tools that can be used with both
libFuzzer and afl-fuzz.

Signed-off-by: Jouni Malinen <j@w1.fi>
tests/README
tests/fuzzing/README [new file with mode: 0644]
tests/fuzzing/fuzzer-common.c [new file with mode: 0644]
tests/fuzzing/fuzzer-common.h [new file with mode: 0644]
tests/fuzzing/rules.include [new file with mode: 0644]
tests/fuzzing/wnm/Makefile [new file with mode: 0644]
tests/fuzzing/wnm/corpus/bss-tm-req.dat [new file with mode: 0644]
tests/fuzzing/wnm/corpus/oss-fuzz-0001.dat [new file with mode: 0644]
tests/fuzzing/wnm/corpus/oss-fuzz-0002.dat [new file with mode: 0644]
tests/fuzzing/wnm/corpus/wnm-notif.dat [new file with mode: 0644]
tests/fuzzing/wnm/wnm.c [new file with mode: 0644]