mirror of
https://github.com/nlohmann/json
synced 2024-11-25 13:20:05 +00:00
9e500b49ac
"make fuzz" creates a simple executable that de-serialises stdin and re-serialises to stdout. "make fuzz_testcases" extracts the smaller json test cases into a testcases directory. The library can then be fuzzed as follows: CC=afl-clang-fast make fuzz make fuzz_testcases mkdir out afl-fuzz -i testcases -o out ./fuzz |
||
---|---|---|
.. | ||
json_nlohmann_tests | ||
json_roundtrip | ||
json_tests | ||
json_testsuite | ||
json.org | ||
catch.hpp | ||
fuzz.cpp | ||
unit.cpp |