Update afl++ to 1f71b85426f837ebcae8381897d44a3a67c73a4f (#5095)

For https://github.com/google/oss-fuzz/issues/4280#issuecomment-771495411
This commit is contained in:
Abhishek Arya 2021-02-02 08:37:12 -08:00 committed by GitHub
parent e0531d092a
commit 0af227644e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 3 deletions

View File

@ -147,11 +147,9 @@ RUN mkdir $PRECOMPILED_DIR
WORKDIR $SRC
RUN git clone -b stable https://github.com/google/AFL.git afl
RUN git clone -b stable https://github.com/AFLplusplus/AFLplusplus.git aflplusplus && \
cd aflplusplus && \
git checkout 654f389e73c9fd5b7e141b33ea28ab0fdda3178f
git checkout 1f71b85426f837ebcae8381897d44a3a67c73a4f
RUN cd $SRC && \
curl -L -O https://github.com/google/honggfuzz/archive/oss-fuzz.tar.gz && \