Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
vanhauser-thc committed Jun 5, 2024
1 parent edc9a45 commit 5f80067
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion fuzzers/aflplusplus_asan/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 debug https://github.com/AFLplusplus/AFLplusplus /afl && \
cd /afl && \
git checkout dd35e56716a8cb9af19eecbb35f05830b6c03603 || \
git checkout 73c9efdbd03eb81d86a1687976159a257245cc77 || \
true

# Build without Python support as we don't need it.
Expand Down
2 changes: 1 addition & 1 deletion fuzzers/aflplusplus_debug/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 debug https://github.com/AFLplusplus/AFLplusplus /afl && \
cd /afl && \
git checkout dd35e56716a8cb9af19eecbb35f05830b6c03603 || \
git checkout 73c9efdbd03eb81d86a1687976159a257245cc77 || \
true

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

0 comments on commit 5f80067

Please sign in to comment.