Skip to content

Commit

Permalink
Copy the bogus binary to $OUT to make sure the executable ends up in …
Browse files Browse the repository at this point in the history
…the path.
  • Loading branch information
dlemstra committed May 11, 2024
1 parent 8361158 commit b7af434
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions oss-fuzz/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ MAGICK_FAST_BUILD=0
. $MAGICK_SRC/build_imagemagick.sh
. $MAGICK_SRC/build_fuzzers.sh

echo '#!/bin/sh' > $WORK/bin/gs
chmod +x $WORK/bin/gs
echo '#!/bin/sh' > $OUT/bin/gs
chmod +x $OUT/bin/gs

mkdir afl_testcases
(cd afl_testcases; tar xvf "$SRC/afl_testcases.tgz")
Expand Down

0 comments on commit b7af434

Please sign in to comment.