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 c8533cc commit 8ca89faCopy full SHA for 8ca89fa
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 6d7c1c3fa2b9c9a6953f28945fd06e3e6acc231d || true
+RUN cd /libafl && git pull && git checkout 03d0c9a617a32de8eae41ecef556402ae0ef6058 || 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