Skip to content

Commit 8b14d84

Browse files
authored
Update LibAFL (#2036)
1 parent 782b361 commit 8b14d84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fuzzers/libafl/builder.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ RUN wget https://gist.githubusercontent.com/tokatoka/26f4ba95991c6e3313999997633
3838
RUN git clone https://github.com/AFLplusplus/LibAFL /libafl
3939

4040
# Checkout a current commit
41-
RUN cd /libafl && git pull && git checkout f3433767bea0cc3d7ee3b4c08be138e61d20c468 || true
41+
RUN cd /libafl && git pull && git checkout f856092f3d393056b010fcae3b086769377cba18 || true
4242
# Note that due a nightly bug it is currently fixed to a known version on top!
4343

4444
# Compile libafl.

0 commit comments

Comments
 (0)