aboutsummaryrefslogtreecommitdiffhomepage
path: root/infra
diff options
context:
space:
mode:
authorGravatar van Hauser <vh@thc.org>2021-11-17 17:09:58 +0100
committerGravatar GitHub <noreply@github.com>2021-11-17 16:09:58 +0000
commitb011780e304c0b0f7be720fe701a2f43656bcea0 (patch)
treeb25af02bc7e1f0b2b2811eb8cbbdad4cb68c44b5 /infra
parent7ac652231d8b779cabea6f9489ff0ce4221b9776 (diff)
fix for afl++ (#6843)
* update afl++ commit id * update afl++ commit id
Diffstat (limited to 'infra')
-rw-r--r--infra/base-images/base-builder/Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/infra/base-images/base-builder/Dockerfile b/infra/base-images/base-builder/Dockerfile
index 3fcfa26f..1bd56924 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 533e979010ca338df6fc415d87668f8187752915
+ git checkout 132630d48d0f9fe50e9388f941433c85636587da
RUN cd $SRC && \
curl -L -O https://github.com/google/honggfuzz/archive/oss-fuzz.tar.gz && \