Skip to content

Commit 6262ecd

Browse files
committed
update afl++
1 parent 5d8cf2b commit 6262ecd

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

fuzzers/aflplusplus/builder.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ RUN apt-get update && \
3737
# Download afl++.
3838
RUN git clone -b dev https://github.com/AFLplusplus/AFLplusplus /afl && \
3939
cd /afl && \
40-
git checkout 7ad694716bf9772d8db5fbbe3f7aec4be99e61df || \
40+
git checkout b2a01936c3fba8bb2208d30564bc7d7f0e050260 || \
4141
true
4242

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

fuzzers/aflplusplus_frida/builder.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ RUN apt-get update && \
2828

2929
# Download afl++
3030
RUN git clone https://github.com/AFLplusplus/AFLplusplus.git /afl && \
31-
cd /afl && git checkout 7ad694716bf9772d8db5fbbe3f7aec4be99e61df
31+
cd /afl && git checkout b2a01936c3fba8bb2208d30564bc7d7f0e050260
3232

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

fuzzers/aflplusplus_qemu/builder.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ RUN apt-get update && \
3030

3131
# Download afl++
3232
RUN git clone https://github.com/AFLplusplus/AFLplusplus.git /afl && \
33-
cd /afl && git checkout 7ad694716bf9772d8db5fbbe3f7aec4be99e61df || true
33+
cd /afl && git checkout b2a01936c3fba8bb2208d30564bc7d7f0e050260 || true
3434

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

0 commit comments

Comments
 (0)