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 782b361 commit 8b14d84Copy full SHA for 8b14d84
fuzzers/libafl/builder.Dockerfile
@@ -38,7 +38,7 @@ RUN wget https://gist.githubusercontent.com/tokatoka/26f4ba95991c6e3313999997633
38
RUN git clone https://github.com/AFLplusplus/LibAFL /libafl
39
40
# Checkout a current commit
41
-RUN cd /libafl && git pull && git checkout f3433767bea0cc3d7ee3b4c08be138e61d20c468 || true
+RUN cd /libafl && git pull && git checkout f856092f3d393056b010fcae3b086769377cba18 || true
42
# Note that due a nightly bug it is currently fixed to a known version on top!
43
44
# Compile libafl.
0 commit comments