aboutsummaryrefslogtreecommitdiffhomepage
path: root/infra/base-images/base-builder/Dockerfile
diff options
context:
space:
mode:
authorGravatar van Hauser <vh@thc.org>2021-07-07 11:26:24 +0200
committerGravatar GitHub <noreply@github.com>2021-07-07 10:26:24 +0100
commit0cf9ebe150ca14debfeeb3732679b7e19a351af9 (patch)
tree3f80d0ccd12122dc05a2d02c33089ca1a7012504 /infra/base-images/base-builder/Dockerfile
parent336002acff37e67e4e6c3316a57afe8360e93fb1 (diff)
update afl++, abuse better cmplog performance (#6006)
* enhance afl++ performance * update afl++, higher chance for cmplog
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 2ce4c8c8..3ea09023 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 ade8cdca55951958024c86766453430f904381c5
+ git checkout 405382cbddea8b99543c3fddcaa5738b1ed3ade3
RUN cd $SRC && \
curl -L -O https://github.com/google/honggfuzz/archive/oss-fuzz.tar.gz && \