From aab23a8fb8d1010ab78cb8dcd436020fa1fba15c Mon Sep 17 00:00:00 2001 From: jonathanmetzman <31354670+jonathanmetzman@users.noreply.github.com> Date: Tue, 26 Apr 2022 19:46:15 -0400 Subject: Roll AFL++ (#7595) * Roll AFL++ * Adapt to us-central1 * fix * test faster * All projects * all * All * fix * start small * bigger * print dbg * handle sanitizers * handle sanitizers * all means all * handle flake * Fix * fix --- infra/base-images/base-builder/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'infra/base-images/base-builder/Dockerfile') diff --git a/infra/base-images/base-builder/Dockerfile b/infra/base-images/base-builder/Dockerfile index 7808b0d8..3010f191 100644 --- a/infra/base-images/base-builder/Dockerfile +++ b/infra/base-images/base-builder/Dockerfile @@ -127,7 +127,7 @@ WORKDIR $SRC RUN git clone https://github.com/AFLplusplus/AFLplusplus.git aflplusplus && \ cd aflplusplus && \ - git checkout 550ba4d77294e61597a5259d00769c61281e0042 && \ + git checkout c208dcf9c573e3d85990c7dea777646f7fa4961c && \ wget --no-check-certificate -O oss.sh https://raw.githubusercontent.com/vanhauser-thc/binary_blobs/master/oss.sh && \ chmod 755 oss.sh -- cgit v1.2.3