From ef3946370c696a45c0fb3de4f07b30514e3c752b Mon Sep 17 00:00:00 2001 From: vanhauser-thc Date: Sun, 18 Aug 2024 09:23:52 +0200 Subject: [PATCH] fix --- fuzzers/aflplusplus_new/builder.Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fuzzers/aflplusplus_new/builder.Dockerfile b/fuzzers/aflplusplus_new/builder.Dockerfile index 1b3df1a8f..e9e4760de 100644 --- a/fuzzers/aflplusplus_new/builder.Dockerfile +++ b/fuzzers/aflplusplus_new/builder.Dockerfile @@ -37,7 +37,7 @@ RUN apt-get update && \ # Download afl++. RUN git clone -b dev https://github.com/AFLplusplus/AFLplusplus /afl && \ cd /afl && \ - git checkout 2e57d865769541ca5fe8463e959c671f0eb7558a || \ + git checkout 93fb1d1a241168f67f65bdb4dbdb05c0b5f25acf || \ true # Build without Python support as we don't need it.