Skip to content

Commit

Permalink
update libafl here, too
Browse files Browse the repository at this point in the history
  • Loading branch information
tokatoka committed Aug 26, 2024
1 parent 71823ee commit 6bae069
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion fuzzers/libafl/builder.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,11 @@ 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 f3433767bea0cc3d7ee3b4c08be138e61d20c468 || true
RUN cd /libafl && git pull && git checkout 683f590bbdc4a18d9ddef63c609bbae6b9376023 || true
# Note that due a nightly bug it is currently fixed to a known version on top!

RUN ls /libafl/fuzzers

# Compile libafl.
RUN cd /libafl && \
unset CFLAGS CXXFLAGS && \
Expand Down

0 comments on commit 6bae069

Please sign in to comment.