Skip to content

Commit

Permalink
update commit hash for multi DSO
Browse files Browse the repository at this point in the history
  • Loading branch information
addisoncrump committed Aug 15, 2024
1 parent 6862d06 commit 0ba6922
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion fuzzers/libafl/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/AFLplusplus/LibAFL /libafl

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

# Compile libafl.
Expand Down
2 changes: 1 addition & 1 deletion fuzzers/libafl_libfuzzer/builder.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ RUN if which rustup; then rustup self uninstall -y; fi && \
# Download libafl.
RUN git clone https://github.com/AFLplusplus/libafl /libafl && \
cd /libafl && \
git checkout 799c634fef047d3e98355fe1ad17c5226c901a57 && \
git checkout f3433767bea0cc3d7ee3b4c08be138e61d20c468 && \
unset CFLAGS CXXFLAGS && \
export LIBAFL_EDGES_MAP_SIZE=2621440 && \
cd ./libafl_libfuzzer_runtime && \
Expand Down

0 comments on commit 0ba6922

Please sign in to comment.