From 697c0480dd395d5ca1828e7a65713433368786ac Mon Sep 17 00:00:00 2001 From: van Hauser Date: Fri, 26 Feb 2021 16:24:46 +0100 Subject: afl++ commit id update (#5258) * output afl++ setup * update commit id * update afl++ commit id --- infra/base-images/base-builder/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'infra/base-images') diff --git a/infra/base-images/base-builder/Dockerfile b/infra/base-images/base-builder/Dockerfile index ee966095d..d078d4fb2 100644 --- a/infra/base-images/base-builder/Dockerfile +++ b/infra/base-images/base-builder/Dockerfile @@ -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 && \ -- cgit v1.2.3