update afl++ commit id (#5273)

* output afl++ setup

* update commit id

* update afl++ commit id

* asan + cmplog fix

* update commit id
This commit is contained in:
van Hauser 2021-03-02 17:25:29 +01:00 committed by GitHub
parent b1be6e7bb6
commit fee28b9695
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 c3a8052a16f7d2d1947ea538719905a9d7a24d22
git checkout 333509bb0a56be9bd2e236f0e2f37d4af2dd7d59
RUN cd $SRC && \
curl -L -O https://github.com/google/honggfuzz/archive/oss-fuzz.tar.gz && \