Skip to content

Commit

Permalink
update commit
Browse files Browse the repository at this point in the history
  • Loading branch information
addisoncrump committed Sep 27, 2023
1 parent 27b4b25 commit d9aeb5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fuzzers/libafl_libfuzzer_best/builder.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ RUN env -i PATH="/root/.cargo/bin/:$PATH" cargo install -f ucd-generate
# Download libafl.
RUN git clone --branch libfuzzer-best https://github.com/AFLplusplus/libafl /libafl && \
cd /libafl && \
git checkout 8be6733b019fc54b03c85f3a83c051d69677aa34 && \
git checkout 1d4d4c27757f971aa24f3a89babf339be7ad1bce && \
unset CFLAGS CXXFLAGS && \
export LIBAFL_EDGES_MAP_SIZE=2621440 && \
cd ./libafl_libfuzzer/libafl_libfuzzer_runtime && \
Expand Down

0 comments on commit d9aeb5f

Please sign in to comment.