aboutsummaryrefslogtreecommitdiff
path: root/infra/base-images
diff options
context:
space:
mode:
authorvan Hauser <vh@thc.org>2021-03-02 17:25:29 +0100
committerGitHub <noreply@github.com>2021-03-02 08:25:29 -0800
commitfee28b9695e1a409ba8b42d23dea193f6c634f80 (patch)
treebc69cb8bec7cb2394311695ad3f06c0cd891abd2 /infra/base-images
parentb1be6e7bb671035ceb6eb43b73fea9fe966d8210 (diff)
downloadoss-fuzz-fee28b9695e1a409ba8b42d23dea193f6c634f80.tar.gz
update afl++ commit id (#5273)
* output afl++ setup * update commit id * update afl++ commit id * asan + cmplog fix * update commit id
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 cb049b8d5..fbfb89903 100644
--- a/infra/base-images/base-builder/Dockerfile
+++ b/infra/base-images/base-builder/Dockerfile
@@ -177,7 +177,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 c3a8052a16f7d2d1947ea538719905a9d7a24d22
+ git checkout 333509bb0a56be9bd2e236f0e2f37d4af2dd7d59
RUN cd $SRC && \
curl -L -O https://github.com/google/honggfuzz/archive/oss-fuzz.tar.gz && \