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