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