File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ RUN wget https://gist.githubusercontent.com/tokatoka/26f4ba95991c6e3313999997633
3838RUN git clone https://github.com/AFLplusplus/LibAFL /libafl
3939
4040# Checkout a current commit
41- RUN cd /libafl && git pull && git checkout 799c634fef047d3e98355fe1ad17c5226c901a57 || true
41+ RUN cd /libafl && git pull && git checkout f3433767bea0cc3d7ee3b4c08be138e61d20c468 || true
4242# Note that due a nightly bug it is currently fixed to a known version on top!
4343
4444# Compile libafl.
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ RUN if which rustup; then rustup self uninstall -y; fi && \
3434# Download libafl.
3535RUN git clone https://github.com/AFLplusplus/libafl /libafl && \
3636 cd /libafl && \
37- git checkout 799c634fef047d3e98355fe1ad17c5226c901a57 && \
37+ git checkout f3433767bea0cc3d7ee3b4c08be138e61d20c468 && \
3838 unset CFLAGS CXXFLAGS && \
3939 export LIBAFL_EDGES_MAP_SIZE=2621440 && \
4040 cd ./libafl_libfuzzer_runtime && \
You can’t perform that action at this time.
0 commit comments