simdjson/fuzz
Daniel Lemire 9865bb6904
Make it possible to check that an implementation is supported at runtime (#1197)
* Make it possible to check that an implementation is supported at runtime.

* add CI fuzzing on arm 64 bit

This adds fuzzing on drone.io arm64

For some reason, leak detection had to be disabled. If it is enabled, the fuzzer falsely reports a crash at the end of fuzzing.

Closes: #1188

* Guarding the implementation accesses.

* Better doc.

* Updating cxxopts.

* Make it possible to check that an implementation is supported at runtime.

* Guarding the implementation accesses.

* Better doc.

* Updating cxxopts.

* We need to accomodate cxxopts

Co-authored-by: Paul Dreik <github@pauldreik.se>
2020-10-02 11:04:51 -04:00
..
CMakeLists.txt add utf8 fuzzer 2020-09-27 21:11:13 +02:00
FuzzUtils.h fuzz at_pointer 2020-09-16 21:17:43 +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 multi implementation fuzzer (#1162) 2020-09-11 23:46:22 +02:00
build_fuzzer_variants.sh add multi implementation fuzzer (#1162) 2020-09-11 23:46:22 +02:00
build_like_ossfuzz.sh add minifier fuzzers (#1172) 2020-09-26 14:25:00 +02:00
fuzz_atpointer.cpp fuzz at_pointer 2020-09-16 21:17:43 +02:00
fuzz_dump.cpp add multi implementation fuzzer (#1162) 2020-09-11 23:46:22 +02:00
fuzz_dump_raw_tape.cpp add multi implementation fuzzer (#1162) 2020-09-11 23:46:22 +02:00
fuzz_implementations.cpp Make it possible to check that an implementation is supported at runtime (#1197) 2020-10-02 11:04:51 -04:00
fuzz_minify.cpp add minifier fuzzers (#1172) 2020-09-26 14:25:00 +02:00
fuzz_minifyimpl.cpp Make it possible to check that an implementation is supported at runtime (#1197) 2020-10-02 11:04:51 -04:00
fuzz_parser.cpp Prefixing macros (issue 1035) (#1124) 2020-08-18 18:25:36 -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 Make it possible to check that an implementation is supported at runtime (#1197) 2020-10-02 11:04:51 -04:00
main.cpp fuzz at_pointer 2020-09-16 21:17:43 +02:00
measure_coverage.sh Only build fuzzers when fuzzing. (#822) 2020-04-27 16:02:19 -04:00
ossfuzz.sh add minifier fuzzers (#1172) 2020-09-26 14:25:00 +02:00