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 04a773e commit e655113
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 3cbf3e65195d62c2d3140cbbaa39eb64a70317b0 && \
git checkout 4bb3a6821558f140bd3380490c719d9a28a0fefd && \
unset CFLAGS CXXFLAGS && \
export LIBAFL_EDGES_MAP_SIZE=2621440 && \
cd ./libafl_libfuzzer/libafl_libfuzzer_runtime && \
Expand Down

0 comments on commit e655113

Please sign in to comment.