File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ RUN apt-get update && \
3737# Download afl++.
3838RUN 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.
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ RUN apt-get update && \
2828
2929# Download afl++
3030RUN 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.
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ RUN apt-get update && \
3030
3131# Download afl++
3232RUN 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.
You can’t perform that action at this time.
0 commit comments