Skip to content

Commit

Permalink
UPD
Browse files Browse the repository at this point in the history
  • Loading branch information
tokatoka committed Oct 18, 2023
1 parent aae252f commit 49a3d1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fuzzers/libafl_cmplog_ctx/builder.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ RUN wget https://gist.githubusercontent.com/tokatoka/26f4ba95991c6e3313999997633
RUN git clone https://github.com/AFLplusplus/LibAFL /libafl

# Checkout a current commit
RUN cd /libafl && git pull && git checkout fd6e95ff0c6a3db914a0a7e13c145438cee53065 || true
RUN cd /libafl && git pull && git checkout e6eeaf59ba600bd901e5b3c9dfbf4a71a9367cb3 || true
# Note that due a nightly bug it is currently fixed to a known version on top!

# Compile libafl.
Expand Down

0 comments on commit 49a3d1f

Please sign in to comment.