Skip to content

Commit

Permalink
set afl++ to 4.30c
Browse files Browse the repository at this point in the history
  • Loading branch information
vanhauser-thc committed Jan 17, 2025
1 parent fc487de commit 3820d66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fuzzers/aflplusplus/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 dev https://github.com/AFLplusplus/AFLplusplus /afl && \
cd /afl && \
git checkout a11488b9dcc71e5b52876e8c11ea6ee231e433ba
git checkout d206d5fc46f40e4b085c284abfd9409841a07877

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

0 comments on commit 3820d66

Please sign in to comment.