aboutsummaryrefslogtreecommitdiffhomepage
path: root/infra/base-images/base-builder/Dockerfile
diff options
context:
space:
mode:
authorGravatar van Hauser <vh@thc.org>2021-05-24 22:43:34 +0200
committerGravatar GitHub <noreply@github.com>2021-05-24 13:43:34 -0700
commit878a05a0926eb14783ae38f42c0bf22d07eb991c (patch)
tree473d8488d27cc30061099cd418644da0323fbffa /infra/base-images/base-builder/Dockerfile
parentf053e761ec6be5b77536dc7a9f982fb6db846d02 (diff)
afl++: increase forkserver timeout (#5784)
Diffstat (limited to 'infra/base-images/base-builder/Dockerfile')
-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 f7dc0ee4..40b99316 100644
--- a/infra/base-images/base-builder/Dockerfile
+++ b/infra/base-images/base-builder/Dockerfile
@@ -181,7 +181,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 f4cc718fdc4571f56280a1efad3645125bee2154
+ git checkout 5997a4fc09163c1baa186f5a9d00c4c8668a72b1
RUN cd $SRC && \
curl -L -O https://github.com/google/honggfuzz/archive/oss-fuzz.tar.gz && \