Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
vanhauser-thc committed Jul 19, 2024
1 parent a070ef3 commit 1fe22a3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion fuzzers/aflplusplus_wp/builder.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ RUN apt-get update && \
# Download afl++.
RUN git clone -b power https://github.com/AFLplusplus/AFLplusplus /afl && \
cd /afl && \
git checkout ae0d8b8d9064f985765e878f7e99dcb5c174dd62
git checkout 1ddc3df32502f29804d38b66cf91899f5450f7ef

# Build without Python support as we don't need it.
RUN cd /afl && \
Expand Down
2 changes: 1 addition & 1 deletion fuzzers/aflplusplus_wp2/builder.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ RUN apt-get update && \
# Download afl++.
RUN git clone -b power https://github.com/AFLplusplus/AFLplusplus /afl && \
cd /afl && \
git checkout 9f5de4c8ca212e45700461fd4006fc20cb303de3
git checkout 32ebe44453346f8e1c81093c82555bbcd7d04293

# Build without Python support as we don't need it.
RUN cd /afl && \
Expand Down

0 comments on commit 1fe22a3

Please sign in to comment.