Skip to content

Commit

Permalink
Update AFL++ commit ID (#10932)
Browse files Browse the repository at this point in the history
Adds a few features that are very beneficial for CI fuzzing. e.g.
AFL_IGNORE_SEED_PROBLEMS
This also fixes several minor bugfixes.

---------

Co-authored-by: jonathanmetzman <[email protected]>
  • Loading branch information
vanhauser-thc and jonathanmetzman authored Sep 14, 2023
1 parent a76d1f8 commit 318f612
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion infra/base-images/base-builder/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ WORKDIR $SRC

RUN git clone https://github.com/AFLplusplus/AFLplusplus.git aflplusplus && \
cd aflplusplus && \
git checkout 091d66fa92cd9e4caa5829d579b1b996c49db8c9 && \
git checkout 0688c779ec543c4f5f84363b06c72ac11a14f716 && \
wget --no-check-certificate -O oss.sh https://raw.githubusercontent.com/vanhauser-thc/binary_blobs/master/oss.sh && \
rm -rf .git && \
chmod 755 oss.sh
Expand Down

0 comments on commit 318f612

Please sign in to comment.