Skip to content

Commit

Permalink
try with one fuzzer first.
Browse files Browse the repository at this point in the history
  • Loading branch information
sydseter committed Apr 7, 2024
1 parent dd0f845 commit dc6addb
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .clusterfuzzlite/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,8 @@ for fuzzer in $(find "$SRC/cornucopia/tests/scripts" -name '*_fuzzer.py'); do
# LLVMFuzzerTestOneInput for fuzzer detection.
echo "fuzzing now, this is what is here"
this_dir=\$(dirname \"\$0\")
echo "this_dir=\$this_dir"
pwd
ASAN_OPTIONS=\$ASAN_OPTIONS:symbolize=1:external_symbolizer_path=\$this_dir/llvm-symbolizer:detect_leaks=0 \
\$this_dir/tests/scripts/$fuzzer_package \$@" > $OUT/$fuzzer_basename
\$this_dir/$fuzzer_package \$@" > $OUT/$fuzzer_basename
chmod +x "$OUT/$fuzzer_basename"
done

Expand Down
File renamed without changes.

0 comments on commit dc6addb

Please sign in to comment.