Skip to content

Commit

Permalink
new testcase
Browse files Browse the repository at this point in the history
  • Loading branch information
vanhauser-thc committed Sep 4, 2023
1 parent cbaf1b0 commit 7620bbe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions fuzzers/aflplusplus_pendfav/builder.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@ RUN apt-get update && \
libstdc++-$(gcc --version|head -n1|sed 's/\..*//'|sed 's/.* //')-dev

# Download afl++.
RUN git clone -b pendfav https://github.com/AFLplusplus/AFLplusplus /afl && \
RUN git clone -b reinit https://github.com/AFLplusplus/AFLplusplus /afl && \
cd /afl && \
git checkout 78848f863767cee6543166bd52d67e0051641360 || \
git checkout 87b33740ea426bac276a9eb4bc5f201bd396b6dc || \
true

# Build without Python support as we don't need it.
Expand Down

0 comments on commit 7620bbe

Please sign in to comment.