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>
This commit is contained in:
parent
065e6e7010
commit
a3275fc023
5 changed files with 60 additions and 0 deletions
1
tests/fuzzing/json/corpus/1.json
Normal file
1
tests/fuzzing/json/corpus/1.json
Normal file
|
@ -0,0 +1 @@
|
|||
{"a":[[]],"b":1,"c":"q","d":{"e":[{}]}}
|
1
tests/fuzzing/json/corpus/2.json
Normal file
1
tests/fuzzing/json/corpus/2.json
Normal file
|
@ -0,0 +1 @@
|
|||
{}
|
1
tests/fuzzing/json/corpus/3.json
Normal file
1
tests/fuzzing/json/corpus/3.json
Normal file
|
@ -0,0 +1 @@
|
|||
0
|
Loading…
Add table
Add a link
Reference in a new issue