Skip to content

Commit

Permalink
update afl++
Browse files Browse the repository at this point in the history
  • Loading branch information
vanhauser-thc committed Jan 24, 2024
1 parent aeeeb2f commit db0d7dd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
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 27d05f3c216e18163236efa42b630a5b3784d2e9 || \
git checkout 227c1a7002dcb1042e4a02ec1f060bf408913b8c || \
true

# Build without Python support as we don't need it.
Expand Down
2 changes: 1 addition & 1 deletion fuzzers/aflplusplus_frida/builder.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ RUN apt-get update && \

# Download afl++
RUN git clone https://github.com/AFLplusplus/AFLplusplus.git /afl && \
cd /afl && git checkout 27d05f3c216e18163236efa42b630a5b3784d2e9
cd /afl && git checkout 227c1a7002dcb1042e4a02ec1f060bf408913b8c

# Build afl++ without Python support as we don't need it.
# Set AFL_NO_X86 to skip flaky tests.
Expand Down
2 changes: 1 addition & 1 deletion fuzzers/aflplusplus_qemu/builder.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ RUN apt-get update && \

# Download afl++
RUN git clone https://github.com/AFLplusplus/AFLplusplus.git /afl && \
cd /afl && git checkout 27d05f3c216e18163236efa42b630a5b3784d2e9 || true
cd /afl && git checkout 227c1a7002dcb1042e4a02ec1f060bf408913b8c || true

# Build afl++ without Python support as we don't need it.
# Set AFL_NO_X86 to skip flaky tests.
Expand Down

0 comments on commit db0d7dd

Please sign in to comment.