update afl++ commit id (#8216)

this fixes a bug that affects coverage.

Co-authored-by: jonathanmetzman <31354670+jonathanmetzman@users.noreply.github.com>
This commit is contained in:
van Hauser 2022-09-20 00:48:32 +02:00 committed by GitHub
parent 12c881f772
commit c8a9c23666
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -112,7 +112,7 @@ WORKDIR $SRC
RUN git clone https://github.com/AFLplusplus/AFLplusplus.git aflplusplus && \
cd aflplusplus && \
git checkout c208dcf9c573e3d85990c7dea777646f7fa4961c && \
git checkout a7877416a87506424053e52e41f7a995c05367a4 && \
wget --no-check-certificate -O oss.sh https://raw.githubusercontent.com/vanhauser-thc/binary_blobs/master/oss.sh && \
chmod 755 oss.sh