simdjson/fuzz
Paul Dreik 92c34f7f38
do not use deprecated apis in the fuzzers (#705)
* move from deprecated interface in fuzz dump raw tape

* update fuzz_dump to the non deprecated replacement

* replace use of deprecated api

* hopefully fix windows build
2020-04-14 07:45:30 +02:00
..
CMakeLists.txt Enable the minifier fuzzer (fixes #530) (#694) 2020-04-12 18:47:24 +02:00
Fuzzing.md improve the fuzzer documentation, refresh links (#697) 2020-04-12 17:49:40 -04:00
NullBuffer.h add new fuzzers for print_json and dump_raw_tape (#416) 2019-12-27 13:42:44 -05:00
build_corpus.sh add ossfuzz support (#362) 2019-11-08 10:32:43 -05:00
build_fuzzer_variants.sh switch to clang 9 in the github action (#695) 2020-04-12 20:02:45 +02:00
build_like_ossfuzz.sh add ossfuzz support (#362) 2019-11-08 10:32:43 -05:00
fuzz_dump.cpp do not use deprecated apis in the fuzzers (#705) 2020-04-14 07:45:30 +02:00
fuzz_dump_raw_tape.cpp do not use deprecated apis in the fuzzers (#705) 2020-04-14 07:45:30 +02:00
fuzz_minify.cpp Enable the minifier fuzzer (fixes #530) (#694) 2020-04-12 18:47:24 +02:00
fuzz_parser.cpp do not use deprecated apis in the fuzzers (#705) 2020-04-14 07:45:30 +02:00
fuzz_print_json.cpp do not use deprecated apis in the fuzzers (#705) 2020-04-14 07:45:30 +02:00
main.cpp add ossfuzz support (#362) 2019-11-08 10:32:43 -05:00
measure_coverage.sh add new fuzzers for print_json and dump_raw_tape (#416) 2019-12-27 13:42:44 -05:00
ossfuzz.sh Enable the minifier fuzzer (fixes #530) (#694) 2020-04-12 18:47:24 +02:00