From 7bd9da63c85c1182f4afe12c9827df38d3689146 Mon Sep 17 00:00:00 2001 From: van Hauser Date: Fri, 5 Mar 2021 16:10:34 +0100 Subject: 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> --- infra/base-images/base-builder/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'infra/base-images') diff --git a/infra/base-images/base-builder/Dockerfile b/infra/base-images/base-builder/Dockerfile index c0beda0d7..d2d8af45d 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/ -- cgit v1.2.3