From 0af227644e0d5dbda94d935573de5773e0140660 Mon Sep 17 00:00:00 2001 From: Abhishek Arya Date: Tue, 2 Feb 2021 08:37:12 -0800 Subject: [PATCH] Update afl++ to 1f71b85426f837ebcae8381897d44a3a67c73a4f (#5095) For https://github.com/google/oss-fuzz/issues/4280#issuecomment-771495411 --- infra/base-images/base-builder/Dockerfile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/infra/base-images/base-builder/Dockerfile b/infra/base-images/base-builder/Dockerfile index 0b0639658..04372ab40 100644 --- a/infra/base-images/base-builder/Dockerfile +++ b/infra/base-images/base-builder/Dockerfile @@ -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 && \