We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3637705 commit 2492e72Copy full SHA for 2492e72
fuzzers/aflplusplus_early/builder.Dockerfile
@@ -37,7 +37,7 @@ RUN apt-get update && \
37
# Download afl++.
38
RUN git clone -b chg_pass_entrypoint https://github.com/AFLplusplus/AFLplusplus /afl && \
39
cd /afl && \
40
- git checkout 7dec7fb || \
+ git checkout 7dec7fb538465974ee4c94db22dfd35d044e45ef || \
41
true
42
43
# Build without Python support as we don't need it.
0 commit comments