Commit 8bc2a5aa authored by Nikias Bassen's avatar Nikias Bassen

fuzz: Move known crash/leak samples to per-fuzzer directories

parent 2fecc5c0
......@@ -13,11 +13,11 @@ fi
mkdir -p xplist-input
cp ../test/data/*.plist xplist-input/
./xplist_fuzzer -merge=1 xplist-input crashes leaks -dict=xplist.dict
./xplist_fuzzer -merge=1 xplist-input xplist-crashes xplist-leaks -dict=xplist.dict
mkdir -p bplist-input
cp ../test/data/*.bplist bplist-input/
./bplist_fuzzer -merge=1 bplist-input crashes leaks -dict=bplist.dict
./bplist_fuzzer -merge=1 bplist-input bplist-crashes bplist-leaks -dict=bplist.dict
cd ${CURDIR}
exit 0
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment