Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
vanhauser-thc committed Sep 25, 2024
1 parent c225402 commit f427cc3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion fuzzers/aflplusplus_vp0/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 vp https://github.com/AFLplusplus/AFLplusplus /afl && \
cd /afl && \
git checkout 1f335b0d8284de66ea49db1d8c121fdf16b13b28
git checkout 595cc3aaddb27f2f1b9a74d218f7279975c10cb5

# Build without Python support as we don't need it.
RUN cd /afl && \
Expand Down
2 changes: 1 addition & 1 deletion fuzzers/aflplusplus_vp1/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 vp https://github.com/AFLplusplus/AFLplusplus /afl && \
cd /afl && \
git checkout 1f335b0d8284de66ea49db1d8c121fdf16b13b28
git checkout 595cc3aaddb27f2f1b9a74d218f7279975c10cb5

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

0 comments on commit f427cc3

Please sign in to comment.