aboutsummaryrefslogtreecommitdiffhomepage
path: root/infra
diff options
context:
space:
mode:
authorGravatar van Hauser <vh@thc.org>2021-11-19 17:54:00 +0100
committerGravatar GitHub <noreply@github.com>2021-11-19 16:54:00 +0000
commit3eeb973727f76f3f0fb7f6bf0cacc5367543ae6c (patch)
tree256826cd0785fff76a2d0d904305f20b8487bb1c /infra
parentfa1af6ba47a15cd53997b42aa1fcaa5a4b8e37b3 (diff)
fix afl++ issue (#6866)
* update afl++ commit id * update afl++ commit id * fix for afl++
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 1bd56924..d066e2e0 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 132630d48d0f9fe50e9388f941433c85636587da
+ git checkout 7777045c09c404b1274c930788317525fedb43ad
RUN cd $SRC && \
curl -L -O https://github.com/google/honggfuzz/archive/oss-fuzz.tar.gz && \