afl++ commit id update (#5258)

* output afl++ setup

* update commit id

* update afl++ commit id
This commit is contained in:
van Hauser 2021-02-26 16:24:46 +01:00 committed by GitHub
parent 5689519e4f
commit 697c0480dd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -177,7 +177,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 a252943236b12c080248747bee06c9c5084b871e
git checkout 78d96c4dc86ac20e2a6e244017407ccc037ff13b
RUN cd $SRC && \
curl -L -O https://github.com/google/honggfuzz/archive/oss-fuzz.tar.gz && \