]> git.ipfire.org Git - thirdparty/hostap.git/commit
tests: New style fuzzing tool for JSON parser
authorJouni Malinen <j@w1.fi>
Sat, 1 Jun 2019 12:26:30 +0000 (15:26 +0300)
committerJouni Malinen <j@w1.fi>
Sun, 2 Jun 2019 10:00:39 +0000 (13:00 +0300)
commita3275fc023993dfc61a1c70797f02296acb91ddc
tree3b27db579958a7becf6afd5cfb5a2eab9b5691ec
parent065e6e7010942c5dea2a9d8b8a049c144cb695d4
tests: New style fuzzing tool for JSON parser

This is a newer version of tests/test-json tool.

Signed-off-by: Jouni Malinen <j@w1.fi>
tests/fuzzing/json/Makefile [new file with mode: 0644]
tests/fuzzing/json/corpus/1.json [new file with mode: 0644]
tests/fuzzing/json/corpus/2.json [new file with mode: 0644]
tests/fuzzing/json/corpus/3.json [new file with mode: 0644]
tests/fuzzing/json/json.c [new file with mode: 0644]