mirror of
https://github.com/janet-lang/janet
synced 2025-10-07 12:02:28 +00:00
Add afl fuzzing helpers.
This commit is contained in:
6
tools/afl/prepare_to_fuzz.sh
Normal file
6
tools/afl/prepare_to_fuzz.sh
Normal file
@@ -0,0 +1,6 @@
|
||||
set -eux
|
||||
|
||||
export CC=afl-clang
|
||||
make clean
|
||||
make -j $(nproc) all
|
||||
mkdir -p "./fuzz_out"
|
Reference in New Issue
Block a user