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 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
CMakeLists.txt fuzzing: Speed up afl using persistent mode (in proccess fuzzing) 2017-02-18 13:18:09 +01:00
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
json.dict CMake: Add ENABLE_FUZZING and "afl" target 2017-02-18 12:52:16 +01:00