[AFL++] llvm 13 fix (#5454)

This commit is contained in:
van Hauser 2021-03-19 19:45:54 +01:00 committed by GitHub
parent 6998e8e9dc
commit 2b4af8f24a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -180,7 +180,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 94312796f936ba1830b61432a0f958e192dd212f
git checkout 2102264acf5c271b7560a82771b3af8136af9354
RUN cd $SRC && \
curl -L -O https://github.com/google/honggfuzz/archive/oss-fuzz.tar.gz && \