aboutsummaryrefslogtreecommitdiff
path: root/infra/base-images/base-builder
diff options
context:
space:
mode:
authorvan Hauser <vh@thc.org>2021-02-07 18:42:13 +0100
committerGitHub <noreply@github.com>2021-02-07 09:42:13 -0800
commit458dd61bbbd5664655d6a934d3c7e9eea82d5644 (patch)
tree54616396bc951c3b8f661e454c62b63a6c46f7fb /infra/base-images/base-builder
parentbae8dd8b5c54f8a3b7a7e43a927f8bd491c5be35 (diff)
downloadoss-fuzz-458dd61bbbd5664655d6a934d3c7e9eea82d5644.tar.gz
afl++ CMPLOG test (#5130)
* afl++ CMPLOG test * fixes
Diffstat (limited to 'infra/base-images/base-builder')
-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 2c71036cb..6f596d5ba 100644
--- a/infra/base-images/base-builder/Dockerfile
+++ b/infra/base-images/base-builder/Dockerfile
@@ -152,7 +152,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 a763c61d89f90330bcde7c294c57cfccda1431b8
+ git checkout aeb7d7048371cd91ab9280c3958f1c35e5d5e758
RUN cd $SRC && \
curl -L -O https://github.com/google/honggfuzz/archive/oss-fuzz.tar.gz && \