Skip to content

Commit

Permalink
Test d384b5be9aa6d4d1217df17e6f3bea7eacd538bf
Browse files Browse the repository at this point in the history
  • Loading branch information
claudioandre-br committed Jun 5, 2024
1 parent 021b703 commit 150de80
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .clusterfuzzlite/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

FROM gcr.io/oss-fuzz-base/base-builder:v1@sha256:44181dd5595086a01a6da40ad789f2e52a830aaf3562a6dabe053c7b8707782e

RUN git clone --depth 1 https://github.com/openwall/john.git /upstream
RUN git clone https://github.com/openwall/john.git /upstream && git checkout d384b5be9aa6d4d1217df17e6f3bea7eacd538bf
RUN apt-get update -qq && \
apt-get install -y --no-install-recommends libssl-dev=* zlib1g-dev=* && \
apt-get install -y --no-install-recommends libgmp-dev=* libpcap-dev=* libbz2-dev=* \
Expand Down
1 change: 1 addition & 0 deletions .clusterfuzzlite/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ fi

if [[ "$SANITIZER" == "undefined" ]]; then
# Ubsan
exit 0
./configure --enable-ubsan
make -sj4
cp ../run/john "$OUT"/
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cflite_fuzz.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ name: ClusterFuzzLite fuzzing
- cron: "0 4 * * MON"
push:
branches:
- "fuzz"
- "teste"

permissions: read-all
jobs:
Expand Down

0 comments on commit 150de80

Please sign in to comment.