update afl++ commit id (#6936)

* update afl++ commit id
This commit is contained in:
van Hauser 2021-11-30 17:31:30 +01:00 committed by GitHub
parent cfa0a24958
commit 574fd118ed
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -125,7 +125,7 @@ WORKDIR $SRC
# TODO: switch to -b stable once we can.
RUN git clone https://github.com/AFLplusplus/AFLplusplus.git aflplusplus && \
cd aflplusplus && \
git checkout 6f9a98c4a97e8e261fc52891d61f0b0c145b6364
git checkout 5525f8c9ef8bb879dadd0eb942d524827d1b0362
RUN cd $SRC && \
curl -L -O https://github.com/google/honggfuzz/archive/oss-fuzz.tar.gz && \