aboutsummaryrefslogtreecommitdiff
path: root/infra/base-images
diff options
context:
space:
mode:
authorvan Hauser <vh@thc.org>2021-02-26 16:24:46 +0100
committerGitHub <noreply@github.com>2021-02-26 07:24:46 -0800
commit697c0480dd395d5ca1828e7a65713433368786ac (patch)
treec259a70fa6d9bc244914850147bd2df5200645b0 /infra/base-images
parent5689519e4f80692290585fa08936925bc0a8daff (diff)
downloadoss-fuzz-697c0480dd395d5ca1828e7a65713433368786ac.tar.gz
afl++ commit id update (#5258)
* output afl++ setup * update commit id * update afl++ commit id
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 ee966095d..d078d4fb2 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 a252943236b12c080248747bee06c9c5084b871e
+ git checkout 78d96c4dc86ac20e2a6e244017407ccc037ff13b
RUN cd $SRC && \
curl -L -O https://github.com/google/honggfuzz/archive/oss-fuzz.tar.gz && \