aboutsummaryrefslogtreecommitdiff
path: root/infra/base-images
diff options
context:
space:
mode:
authorvan Hauser <vh@thc.org>2021-03-19 19:45:54 +0100
committerGitHub <noreply@github.com>2021-03-19 18:45:54 +0000
commit2b4af8f24ab41d57dc2a33c6e3b63f016f35fe7a (patch)
tree1507d74cc925d3451c5c5e8ce1b560c88fa35306 /infra/base-images
parent6998e8e9dca5ff2c4d9e829e8edb10bfd78aa5a2 (diff)
downloadoss-fuzz-2b4af8f24ab41d57dc2a33c6e3b63f016f35fe7a.tar.gz
[AFL++] llvm 13 fix (#5454)
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 77a54dd76..9c9ffec22 100644
--- a/infra/base-images/base-builder/Dockerfile
+++ b/infra/base-images/base-builder/Dockerfile
@@ -180,7 +180,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 94312796f936ba1830b61432a0f958e192dd212f
+ git checkout 2102264acf5c271b7560a82771b3af8136af9354
RUN cd $SRC && \
curl -L -O https://github.com/google/honggfuzz/archive/oss-fuzz.tar.gz && \