aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar van Hauser <vh@thc.org>2021-03-05 16:10:34 +0100
committerGravatar GitHub <noreply@github.com>2021-03-05 07:10:34 -0800
commit7bd9da63c85c1182f4afe12c9827df38d3689146 (patch)
treec52944bd012770e8d3239f7240f2a031d60b75d9
parent96aa7b82d193b541df63d9454c6c1d72fcc4b405 (diff)
fix karchive build for afl++ (#5305)
* output afl++ setup * update commit id * update afl++ commit id * asan + cmplog fix * update commit id * update and enhance afl++ * update afl++ commit id, better run asan options * fix linter * add debug_afl script * Update debug_afl * Update compile_afl * fix for karchive * put debug_afl in the docker container Co-authored-by: jonathanmetzman <31354670+jonathanmetzman@users.noreply.github.com>
-rw-r--r--infra/base-images/base-builder/Dockerfile4
1 files changed, 2 insertions, 2 deletions
diff --git a/infra/base-images/base-builder/Dockerfile b/infra/base-images/base-builder/Dockerfile
index c0beda0d..d2d8af45 100644
--- a/infra/base-images/base-builder/Dockerfile
+++ b/infra/base-images/base-builder/Dockerfile
@@ -176,7 +176,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 79d75d8e42e5adf64e149ab6e1fe197cb1d4f303
+ git checkout 41ad23041b98917e9c38873f5b296ab98e59e460
RUN cd $SRC && \
curl -L -O https://github.com/google/honggfuzz/archive/oss-fuzz.tar.gz && \
@@ -186,7 +186,7 @@ RUN cd $SRC && \
rm -rf examples $SRC/oss-fuzz.tar.gz
COPY compile compile_afl compile_dataflow compile_libfuzzer compile_honggfuzz \
- compile_go_fuzzer precompile_honggfuzz precompile_afl srcmap \
+ compile_go_fuzzer precompile_honggfuzz precompile_afl debug_afl srcmap \
write_labels.py /usr/local/bin/
COPY detect_repo.py /opt/cifuzz/