From 318f612d3054293201a494190715bd6a207e477c Mon Sep 17 00:00:00 2001 From: van Hauser Date: Thu, 14 Sep 2023 20:32:17 +0000 Subject: [PATCH] Update AFL++ commit ID (#10932) Adds a few features that are very beneficial for CI fuzzing. e.g. AFL_IGNORE_SEED_PROBLEMS This also fixes several minor bugfixes. --------- Co-authored-by: jonathanmetzman <31354670+jonathanmetzman@users.noreply.github.com> --- 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 4f030e4f14ba..a9757a60356f 100644 --- a/infra/base-images/base-builder/Dockerfile +++ b/infra/base-images/base-builder/Dockerfile @@ -111,7 +111,7 @@ WORKDIR $SRC RUN git clone https://github.com/AFLplusplus/AFLplusplus.git aflplusplus && \ cd aflplusplus && \ - git checkout 091d66fa92cd9e4caa5829d579b1b996c49db8c9 && \ + git checkout 0688c779ec543c4f5f84363b06c72ac11a14f716 && \ wget --no-check-certificate -O oss.sh https://raw.githubusercontent.com/vanhauser-thc/binary_blobs/master/oss.sh && \ rm -rf .git && \ chmod 755 oss.sh