Skip to content

Commit

Permalink
fix unbound variable error.
Browse files Browse the repository at this point in the history
  • Loading branch information
sydseter committed Apr 7, 2024
1 parent 9dd9080 commit 2390618
Showing 1 changed file 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 @@ -31,9 +31,7 @@ for fuzzer in $(find "$SRC/cornucopia/tests/scripts" -name '*_fuzzer.py'); do
echo "#!/bin/sh
# LLVMFuzzerTestOneInput for fuzzer detection.
echo "fuzzing now, this is what is here"
ls
pwd
$this_dir=\$(dirname \"\$0\")
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
Expand Down

0 comments on commit 2390618

Please sign in to comment.