simdjson/fuzz
Paul Dreik 90efd79055
Get fuzzing working again (#1646)
* upload corpus to https://www.pauldreik.se/ from the x64 github action job (keep the github action cache)
* drop the github action cache (which was not working anyway) for power fuzzer and download the fuzz corpus from https://www.pauldreik.se/ instead
* resurrect arm64 fuzzing on drone CI, downloading the fuzz corpus from https://www.pauldreik.se/
* update the fuzzing documentation
2021-07-05 09:42:57 +02:00
..
CMakeLists.txt This attempts to fix the fuzzers. (#1564) 2021-05-07 22:59:26 -04:00
FuzzUtils.h add ndjson fuzzer (#1304) 2020-12-01 15:58:41 -05:00
Fuzzing.md Get fuzzing working again (#1646) 2021-07-05 09:42:57 +02: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 multi implementation fuzzer (#1162) 2020-09-11 23:46:22 +02:00
build_fuzzer_variants.sh This attempts to fix the fuzzers. (#1564) 2021-05-07 22:59:26 -04:00
build_like_ossfuzz.sh add fuzzer for padded_string (#1312) 2020-11-19 16:51:56 +01:00
fuzz_atpointer.cpp add fuzz element (#1204) 2020-10-17 05:48:50 +02:00
fuzz_dump.cpp Fixing issue 1449. (#1451) 2021-02-21 16:33:05 -05:00
fuzz_dump_raw_tape.cpp Fix issue https://github.com/simdjson/simdjson/issues/1127 (#1224) 2020-10-13 09:18:54 -04:00
fuzz_element.cpp Disable exceptions when compiling with MSVC (#1256) 2020-10-26 14:11:25 -04:00
fuzz_implementations.cpp remove trailing whitespace (#1284) 2020-11-03 21:48:09 +01:00
fuzz_minify.cpp add minifier fuzzers (#1172) 2020-09-26 14:25:00 +02:00
fuzz_minifyimpl.cpp simplify fuzzing only dynamically supported implementations (#1201) 2020-10-09 05:29:54 +02:00
fuzz_ndjson.cpp add ndjson fuzzer (#1304) 2020-12-01 15:58:41 -05:00
fuzz_ondemand.cpp Recommend simdjson::ondemand over simdjson::builtin::ondemand (#1380) 2021-01-14 17:33:49 -05:00
fuzz_padded.cpp add fuzzer for padded_string (#1312) 2020-11-19 16:51:56 +01:00
fuzz_parser.cpp Fix issue https://github.com/simdjson/simdjson/issues/1127 (#1224) 2020-10-13 09:18:54 -04:00
fuzz_print_json.cpp Switch from get(v,e) to e = get(v) 2020-06-20 17:57:09 -07:00
fuzz_utf8.cpp Fixing UTF-8 validation under PPC64 (#1346) 2020-12-19 10:42:27 -05:00
main.cpp fuzz at_pointer 2020-09-16 21:17:43 +02:00
measure_coverage.sh This attempts to fix the fuzzers. (#1564) 2021-05-07 22:59:26 -04:00
minimize_and_cleanse.sh add script and instructions for minimizing and cleansing fuzz crashes (#1305) 2020-11-17 20:49:29 +01:00
ossfuzz.sh This attempts to fix the fuzzers. (#1564) 2021-05-07 22:59:26 -04:00
quick_check.sh use github action cache instead of bintray (#1536) 2021-04-12 16:58:30 -04:00
supported_implementations.h simplify fuzzing only dynamically supported implementations (#1201) 2020-10-09 05:29:54 +02:00