Skip to content

Commit

Permalink
check out where the fuzzing takes place.
Browse files Browse the repository at this point in the history
  • Loading branch information
sydseter committed Apr 7, 2024
1 parent 959e98e commit 8d20586
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .clusterfuzzlite/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ this_dir=\$(dirname \"\$0\")
echo "this_dir=$this_dir"
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
chmod +x $OUT/$fuzzer_basename
chmod +x "$OUT/$fuzzer_basename.pkg"
done

# build fuzzers
Expand Down

0 comments on commit 8d20586

Please sign in to comment.