aboutsummaryrefslogtreecommitdiff
path: root/infra/base-images
diff options
context:
space:
mode:
authorvan Hauser <vh@thc.org>2021-03-02 03:38:31 +0100
committerGitHub <noreply@github.com>2021-03-01 18:38:31 -0800
commita6f244e9c5e6505f1e0ec6ca83680f9b1109cdd0 (patch)
treed79ebe7a059093b49cfaaf6764d2e083be6d574f /infra/base-images
parent3d44fc28958134f76edcf37e9109f221c5432e06 (diff)
downloadoss-fuzz-a6f244e9c5e6505f1e0ec6ca83680f9b1109cdd0.tar.gz
afl++ commit id update (#5271)
* output afl++ setup * update commit id * update afl++ commit id * asan + cmplog fix
Diffstat (limited to 'infra/base-images')
-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 d078d4fb2..cb049b8d5 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 78d96c4dc86ac20e2a6e244017407ccc037ff13b
+ git checkout c3a8052a16f7d2d1947ea538719905a9d7a24d22
RUN cd $SRC && \
curl -L -O https://github.com/google/honggfuzz/archive/oss-fuzz.tar.gz && \