Skip to content

Commit 2492e72

Browse files
committed
fix
1 parent 3637705 commit 2492e72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fuzzers/aflplusplus_early/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 chg_pass_entrypoint https://github.com/AFLplusplus/AFLplusplus /afl && \
3939
cd /afl && \
40-
git checkout 7dec7fb || \
40+
git checkout 7dec7fb538465974ee4c94db22dfd35d044e45ef || \
4141
true
4242

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

0 commit comments

Comments
 (0)