1
0
mirror of https://github.com/DaveGamble/cJSON synced 2025-01-30 19:41:46 +00:00
cJSON/fuzzing
Max Bruckner 84237ff48e Replace sizeof('\0') with sizeof("")
Because sizeof('\0') is actually sizeof(int) not sizeof(char).
2017-04-08 01:29:19 +02:00
..
inputs
.gitignore
afl-prepare-linux.sh fuzzing: script to prepare linux kernel for afl 2017-02-18 13:18:09 +01:00
afl.c Replace sizeof('\0') with sizeof("") 2017-04-08 01:29:19 +02:00
afl.sh fuzzing: use llvm source code instrumentation 2017-02-18 13:18:08 +01:00
CMakeLists.txt fuzzing: Speed up afl using persistent mode (in proccess fuzzing) 2017-02-18 13:18:09 +01:00
json.dict