From 574fd118ed954abad87ce2ea668c6da1b2823532 Mon Sep 17 00:00:00 2001 From: van Hauser Date: Tue, 30 Nov 2021 17:31:30 +0100 Subject: [PATCH] update afl++ commit id (#6936) * update afl++ commit id --- infra/base-images/base-builder/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/infra/base-images/base-builder/Dockerfile b/infra/base-images/base-builder/Dockerfile index 34b14708c..475e5a7d1 100644 --- a/infra/base-images/base-builder/Dockerfile +++ b/infra/base-images/base-builder/Dockerfile @@ -125,7 +125,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 6f9a98c4a97e8e261fc52891d61f0b0c145b6364 + git checkout 5525f8c9ef8bb879dadd0eb942d524827d1b0362 RUN cd $SRC && \ curl -L -O https://github.com/google/honggfuzz/archive/oss-fuzz.tar.gz && \