Skip to content

Commit 0ba6922

Browse files
committed
update commit hash for multi DSO
1 parent 6862d06 commit 0ba6922

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

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 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.

fuzzers/libafl_libfuzzer/builder.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ RUN if which rustup; then rustup self uninstall -y; fi && \
3434
# Download libafl.
3535
RUN 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 && \

0 commit comments

Comments
 (0)