Skip to content

Commit

Permalink
Update ityfuzzup (#374)
Browse files Browse the repository at this point in the history
suggest to install missing libssl
  • Loading branch information
0xAWM authored Nov 22, 2023
1 parent 1994ddb commit afb27bf
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions ityfuzzup/ityfuzzup
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,7 @@ main() {
ensure unzip "$tmp" -d "$ITYFUZZ_BIN_DIR"
rm -f "$tmp"
else
mkdir -p "$ITYFUZZ_BIN_DIR"
ensure download "$BIN_ARCHIVE_URL" | ensure tar -xzC "$ITYFUZZ_BIN_DIR"
fi

Expand Down Expand Up @@ -204,6 +205,11 @@ EOF

say "done"
fi

$ITYFUZZ_BIN_DIR/ityfuzz_ --help > /dev/null || {

This comment has been minimized.

Copy link
@Yeahoon-Kim

Yeahoon-Kim Nov 30, 2023

I think the underbar next to the ityfuzz make error while ityfuzzup.

/root/.ityfuzz/bin/ityfuzzup: line 209: /root/.ityfuzz/bin/ityfuzz_: No such file or directory

warn "failed to run ityfuzz"
err "please consider installing 'libssl-dev' or other missing dependencies"
}
}

usage() {
Expand Down

0 comments on commit afb27bf

Please sign in to comment.