Skip to content

Commit

Permalink
Corrected oss-fuzz patch.
Browse files Browse the repository at this point in the history
  • Loading branch information
dlemstra committed May 11, 2024
1 parent b7af434 commit a5fa819
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' > $OUT/bin/gs
chmod +x $OUT/bin/gs
echo '#!/bin/sh' > $OUTgs
chmod +x $OUT/gs

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

0 comments on commit a5fa819

Please sign in to comment.