Skip to content

Commit

Permalink
Bump libafl_const_cmplogs commit due to implementation error
Browse files Browse the repository at this point in the history
  • Loading branch information
DanBlackwell committed Sep 20, 2024
1 parent c89454e commit 449ae0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fuzzers/libafl_const_cmplogs/builder.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ RUN wget https://gist.githubusercontent.com/tokatoka/26f4ba95991c6e3313999997633
RUN git clone https://github.com/DanBlackwell/LibAFL /libafl

# Checkout a current commit
RUN cd /libafl && git pull && git checkout 424d4775bf461b330d0022aa34a5cf651393b45e || true
RUN cd /libafl && git pull && git checkout 95d6685927005630a6b83b6030b0018d9ddc789c || 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 449ae0c

Please sign in to comment.