Tencent / rapidjson

A fast JSON parser/generator for C++ with both SAX/DOM style API
http://rapidjson.org/
Other
14k stars 3.5k forks source link

Create parserfuzz.cpp #2264

Open adoxalim opened 4 months ago

adoxalim commented 4 months ago

Fuzzing harness for rapidjson parser created. build with clang++-18 parserfuzz.cpp -fsanitize=address,fuzzer -o parserfuzz run with ./parserfuzz with corpus ./parserfuzz path-to-folder some json examples in corpus folder will help fuzzer to find more path(recommended).

tencent-adm commented 4 months ago

CLA assistant check
All committers have signed the CLA.