1
0
mirror of https://github.com/DaveGamble/cJSON synced 2024-12-23 23:22:09 +00:00
cJSON/fuzzing
Max Bruckner c5a09a32a9 fuzzing: Fuzz different print methods
This is achieved by encoding the type of function used in the first two
bytes.

First byte:
b: buffered

Second byte:
f: formatted
2017-02-18 13:18:08 +01:00
..
inputs fuzzing: Fuzz different print methods 2017-02-18 13:18:08 +01:00
.gitignore CMake: Add ENABLE_FUZZING and "afl" target 2017-02-18 12:52:16 +01:00
afl.c fuzzing: Fuzz different print methods 2017-02-18 13:18:08 +01:00
afl.sh CMake: Add ENABLE_FUZZING and "afl" target 2017-02-18 12:52:16 +01:00
CMakeLists.txt fuzzing: Fuzz printing as well. 2017-02-18 12:52:16 +01:00
json.dict CMake: Add ENABLE_FUZZING and "afl" target 2017-02-18 12:52:16 +01:00