Skip to content

Commit

Permalink
Manually merging #1441
Browse files Browse the repository at this point in the history
  • Loading branch information
DonggeLiu committed Oct 19, 2022
1 parent 72c16df commit 6b536a1
Show file tree
Hide file tree
Showing 55 changed files with 91 additions and 136 deletions.
2 changes: 1 addition & 1 deletion benchmarks/arrow_parquet-arrow-fuzz/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
#
################################################################################

FROM gcr.io/oss-fuzz-base/base-builder@sha256:1b6a6993690fa947df74ceabbf6a1f89a46d7e4277492addcd45a8525e34be5a
FROM gcr.io/oss-fuzz-base/base-builder@sha256:fb1a9a49752c9e504687448d1f1a048ec1e062e2e40f7e8a23e86b63ff3dad7c

ENV DEBIAN_FRONTEND noninteractive
RUN apt-get update -y -q && \
Expand Down
2 changes: 1 addition & 1 deletion benchmarks/aspell_aspell_fuzzer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
#
################################################################################

FROM gcr.io/oss-fuzz-base/base-builder@sha256:1b6a6993690fa947df74ceabbf6a1f89a46d7e4277492addcd45a8525e34be5a
FROM gcr.io/oss-fuzz-base/base-builder@sha256:fb1a9a49752c9e504687448d1f1a048ec1e062e2e40f7e8a23e86b63ff3dad7c

RUN apt-get update && apt-get upgrade -y && apt-get install -y pkg-config wget

Expand Down
2 changes: 1 addition & 1 deletion benchmarks/bloaty_fuzz_target/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
#
################################################################################

FROM gcr.io/oss-fuzz-base/base-builder@sha256:1b6a6993690fa947df74ceabbf6a1f89a46d7e4277492addcd45a8525e34be5a
FROM gcr.io/oss-fuzz-base/base-builder@sha256:fb1a9a49752c9e504687448d1f1a048ec1e062e2e40f7e8a23e86b63ff3dad7c
RUN apt-get update && apt-get upgrade -y && apt-get install -y cmake ninja-build g++
RUN git clone --depth 1 https://github.com/google/bloaty.git bloaty
WORKDIR bloaty
Expand Down
2 changes: 1 addition & 1 deletion benchmarks/curl_curl_fuzzer_http/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
#
################################################################################

FROM gcr.io/oss-fuzz-base/base-builder@sha256:1b6a6993690fa947df74ceabbf6a1f89a46d7e4277492addcd45a8525e34be5a
FROM gcr.io/oss-fuzz-base/base-builder@sha256:fb1a9a49752c9e504687448d1f1a048ec1e062e2e40f7e8a23e86b63ff3dad7c

# Curl will be checked out to the commit hash specified in benchmark.yaml.
RUN git clone --depth 1 https://github.com/curl/curl.git /src/curl
Expand Down
2 changes: 1 addition & 1 deletion benchmarks/ffmpeg_ffmpeg_demuxer_fuzzer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
#
################################################################################

FROM gcr.io/oss-fuzz-base/base-builder@sha256:c0eeba3437a2173c6a7115cf43062b351ed48cc2b54f54f895423d6a5af1dc3e
FROM gcr.io/oss-fuzz-base/base-builder@sha256:fb1a9a49752c9e504687448d1f1a048ec1e062e2e40f7e8a23e86b63ff3dad7c
ADD bionic.list /etc/apt/sources.list.d/bionic.list
ADD nasm_apt.pin /etc/apt/preferences
RUN apt-get update && apt-get upgrade -y && apt-get install -y make autoconf automake libtool build-essential \
Expand Down
2 changes: 1 addition & 1 deletion benchmarks/ffmpeg_ffmpeg_demuxer_fuzzer/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ export LD_LIBRARY_PATH="$FFMPEG_DEPS_PATH/lib"
cd $SRC
bzip2 -f -d alsa-lib-*
tar xf alsa-lib-*
cd alsa-lib-*
cd alsa-lib-1.1.0
./configure --prefix="$FFMPEG_DEPS_PATH" --enable-static --disable-shared
make clean
make -j$(nproc) all
Expand Down
2 changes: 1 addition & 1 deletion benchmarks/file_magic_fuzzer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
#
################################################################################

FROM gcr.io/oss-fuzz-base/base-builder@sha256:1b6a6993690fa947df74ceabbf6a1f89a46d7e4277492addcd45a8525e34be5a
FROM gcr.io/oss-fuzz-base/base-builder@sha256:fb1a9a49752c9e504687448d1f1a048ec1e062e2e40f7e8a23e86b63ff3dad7c
MAINTAINER [email protected]
RUN apt-get update && apt-get install -y make autoconf automake libtool shtool zlib1g-dev
RUN git clone --depth 1 https://github.com/file/file.git
Expand Down
2 changes: 1 addition & 1 deletion benchmarks/freetype2-2017/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
#
################################################################################

FROM gcr.io/oss-fuzz-base/base-builder@sha256:1b6a6993690fa947df74ceabbf6a1f89a46d7e4277492addcd45a8525e34be5a
FROM gcr.io/oss-fuzz-base/base-builder@sha256:fb1a9a49752c9e504687448d1f1a048ec1e062e2e40f7e8a23e86b63ff3dad7c

RUN apt-get update && \
apt-get upgrade -y && \
Expand Down
2 changes: 1 addition & 1 deletion benchmarks/grok_grk_decompress_fuzzer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
#
################################################################################

FROM gcr.io/oss-fuzz-base/base-builder@sha256:1b6a6993690fa947df74ceabbf6a1f89a46d7e4277492addcd45a8525e34be5a
FROM gcr.io/oss-fuzz-base/base-builder@sha256:fb1a9a49752c9e504687448d1f1a048ec1e062e2e40f7e8a23e86b63ff3dad7c

RUN git clone https://github.com/GrokImageCompression/grok.git grok
RUN git clone https://github.com/GrokImageCompression/grok-test-data.git grok/data
Expand Down
2 changes: 1 addition & 1 deletion benchmarks/harfbuzz-1.3.2/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
#
################################################################################

FROM gcr.io/oss-fuzz-base/base-builder@sha256:1b6a6993690fa947df74ceabbf6a1f89a46d7e4277492addcd45a8525e34be5a
FROM gcr.io/oss-fuzz-base/base-builder@sha256:fb1a9a49752c9e504687448d1f1a048ec1e062e2e40f7e8a23e86b63ff3dad7c

RUN apt-get update && \
apt-get install -y \
Expand Down
2 changes: 1 addition & 1 deletion benchmarks/jsoncpp_jsoncpp_fuzzer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
#
################################################################################

FROM gcr.io/oss-fuzz-base/base-builder@sha256:1b6a6993690fa947df74ceabbf6a1f89a46d7e4277492addcd45a8525e34be5a
FROM gcr.io/oss-fuzz-base/base-builder@sha256:fb1a9a49752c9e504687448d1f1a048ec1e062e2e40f7e8a23e86b63ff3dad7c
RUN apt-get update && apt-get install -y build-essential make curl wget

# Install latest cmake.
Expand Down
2 changes: 1 addition & 1 deletion benchmarks/lcms-2017-03-21/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
#
################################################################################

FROM gcr.io/oss-fuzz-base/base-builder@sha256:1b6a6993690fa947df74ceabbf6a1f89a46d7e4277492addcd45a8525e34be5a
FROM gcr.io/oss-fuzz-base/base-builder@sha256:fb1a9a49752c9e504687448d1f1a048ec1e062e2e40f7e8a23e86b63ff3dad7c

RUN apt-get update && \
apt-get install -y \
Expand Down
2 changes: 1 addition & 1 deletion benchmarks/libarchive_libarchive_fuzzer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
#
################################################################################

FROM gcr.io/oss-fuzz-base/base-builder@sha256:1b6a6993690fa947df74ceabbf6a1f89a46d7e4277492addcd45a8525e34be5a
FROM gcr.io/oss-fuzz-base/base-builder@sha256:fb1a9a49752c9e504687448d1f1a048ec1e062e2e40f7e8a23e86b63ff3dad7c

# Installing optional libraries can utilize more code path and/or improve
# performance (avoid calling external programs).
Expand Down
2 changes: 1 addition & 1 deletion benchmarks/libgit2_objects_fuzzer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
#
################################################################################

FROM gcr.io/oss-fuzz-base/base-builder@sha256:1b6a6993690fa947df74ceabbf6a1f89a46d7e4277492addcd45a8525e34be5a
FROM gcr.io/oss-fuzz-base/base-builder@sha256:fb1a9a49752c9e504687448d1f1a048ec1e062e2e40f7e8a23e86b63ff3dad7c

RUN apt-get update && apt-get install -y make autoconf automake libtool cmake
RUN git clone https://github.com/libgit2/libgit2 libgit2
Expand Down
2 changes: 1 addition & 1 deletion benchmarks/libhevc_hevc_dec_fuzzer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
#
################################################################################

FROM gcr.io/oss-fuzz-base/base-builder@sha256:1b6a6993690fa947df74ceabbf6a1f89a46d7e4277492addcd45a8525e34be5a
FROM gcr.io/oss-fuzz-base/base-builder@sha256:fb1a9a49752c9e504687448d1f1a048ec1e062e2e40f7e8a23e86b63ff3dad7c
MAINTAINER [email protected]
RUN apt-get update && apt-get install -y wget cmake
RUN git clone https://android.googlesource.com/platform/external/libhevc
Expand Down
2 changes: 1 addition & 1 deletion benchmarks/libhtp_fuzz_htp/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
#
################################################################################

FROM gcr.io/oss-fuzz-base/base-builder@sha256:1b6a6993690fa947df74ceabbf6a1f89a46d7e4277492addcd45a8525e34be5a
FROM gcr.io/oss-fuzz-base/base-builder@sha256:fb1a9a49752c9e504687448d1f1a048ec1e062e2e40f7e8a23e86b63ff3dad7c

RUN apt-get update && apt-get install -y make autoconf automake libtool zlib1g-dev liblzma-dev
RUN git clone https://github.com/OISF/libhtp.git libhtp
Expand Down
2 changes: 1 addition & 1 deletion benchmarks/libjpeg-turbo-07-2017/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
#
################################################################################

FROM gcr.io/oss-fuzz-base/base-builder@sha256:1b6a6993690fa947df74ceabbf6a1f89a46d7e4277492addcd45a8525e34be5a
FROM gcr.io/oss-fuzz-base/base-builder@sha256:fb1a9a49752c9e504687448d1f1a048ec1e062e2e40f7e8a23e86b63ff3dad7c

RUN apt-get update && \
apt-get install -y \
Expand Down
2 changes: 1 addition & 1 deletion benchmarks/libpcap_fuzz_both/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
#
################################################################################

FROM gcr.io/oss-fuzz-base/base-builder@sha256:1b6a6993690fa947df74ceabbf6a1f89a46d7e4277492addcd45a8525e34be5a
FROM gcr.io/oss-fuzz-base/base-builder@sha256:fb1a9a49752c9e504687448d1f1a048ec1e062e2e40f7e8a23e86b63ff3dad7c
RUN apt-get update && apt-get install -y make cmake flex bison
RUN git clone --depth 1 https://github.com/the-tcpdump-group/libpcap.git libpcap
# for corpus as wireshark
Expand Down
2 changes: 1 addition & 1 deletion benchmarks/libpng-1.2.56/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
#
################################################################################

FROM gcr.io/oss-fuzz-base/base-builder@sha256:1b6a6993690fa947df74ceabbf6a1f89a46d7e4277492addcd45a8525e34be5a
FROM gcr.io/oss-fuzz-base/base-builder@sha256:fb1a9a49752c9e504687448d1f1a048ec1e062e2e40f7e8a23e86b63ff3dad7c

RUN apt-get update && \
apt-get install -y \
Expand Down
2 changes: 1 addition & 1 deletion benchmarks/libxml2-v2.9.2/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
#
################################################################################

FROM gcr.io/oss-fuzz-base/base-builder@sha256:1b6a6993690fa947df74ceabbf6a1f89a46d7e4277492addcd45a8525e34be5a
FROM gcr.io/oss-fuzz-base/base-builder@sha256:fb1a9a49752c9e504687448d1f1a048ec1e062e2e40f7e8a23e86b63ff3dad7c

RUN apt-get update && \
apt-get upgrade -y ca-certificates && \
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
#
################################################################################

FROM gcr.io/oss-fuzz-base/base-builder@sha256:1b6a6993690fa947df74ceabbf6a1f89a46d7e4277492addcd45a8525e34be5a
FROM gcr.io/oss-fuzz-base/base-builder@sha256:fb1a9a49752c9e504687448d1f1a048ec1e062e2e40f7e8a23e86b63ff3dad7c

# Upgrade to avoid certs errors
RUN apt-get update && apt-get upgrade -y && \
Expand Down
2 changes: 1 addition & 1 deletion benchmarks/libxslt_xpath/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
#
################################################################################

FROM gcr.io/oss-fuzz-base/base-builder@sha256:1b6a6993690fa947df74ceabbf6a1f89a46d7e4277492addcd45a8525e34be5a
FROM gcr.io/oss-fuzz-base/base-builder@sha256:fb1a9a49752c9e504687448d1f1a048ec1e062e2e40f7e8a23e86b63ff3dad7c

# Note that we don't use the system libxml2 but a custom instrumented build.
# libgcrypt is required for the crypto extensions of libexslt.
Expand Down
40 changes: 2 additions & 38 deletions benchmarks/libxslt_xpath/benchmark.yaml
Original file line number Diff line number Diff line change
@@ -1,40 +1,4 @@
commit: 2c20c70cd81e5ba51dc8e160fbd1c855eb97f065
commit_date: 2020-09-20 15:01:51+00:00
commit: 7bcc8dca27041e2b03855508fe54d435d816a78f
commit_date: 2022-09-22 10:59:13+00:00
fuzz_target: xpath
project: libxslt
unsupported_fuzzers:
- aflcc
- aflplusplus_qemu
- aflplusplus_um_random
- aflplusplus_um_random_75
- aflplusplus_um_random_3
- aflplusplus_um_random_6
- aflplusplus_um_prioritize
- aflplusplus_um_prioritize_75
- aflplusplus_um_parallel
- afl_um_random
- afl_um_prioritize
- afl_um_parallel
- honggfuzz_um_random
- honggfuzz_um_random_75
- honggfuzz_um_prioritize
- honggfuzz_um_prioritize_75
- honggfuzz_um_parallel
- eclipser_um_random
- eclipser_um_prioritize
- eclipser_um_parallel
- libfuzzer_um_random
- libfuzzer_um_prioritize
- libfuzzer_um_parallel
- aflplusplus_qemu_tracepc
- aflplusplus_frida
- klee
- weizz_qemu
- aflplusplus_cmplog_double
- symcc_aflplusplus_single
- eclipser_aflplusplus
- aflplusplus_qemu_double
- fuzzolic_aflplusplus_z3
- symqemu_aflplusplus
- fuzzolic_aflplusplus_fuzzy
- fuzzolic_aflplusplus_z3dict
22 changes: 16 additions & 6 deletions benchmarks/libxslt_xpath/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,19 @@
#
################################################################################

# This would require an instrumented libgcrypt build.
CRYPTO_CONF=--with-crypto
CRYPTO_LIBS=-lgcrypt
if [ "$SANITIZER" = undefined ]; then
export CFLAGS="$CFLAGS -fsanitize=unsigned-integer-overflow -fno-sanitize-recover=unsigned-integer-overflow"
export CXXFLAGS="$CXXFLAGS -fsanitize=unsigned-integer-overflow -fno-sanitize-recover=unsigned-integer-overflow"
fi

if [ "$SANITIZER" = memory ]; then
# This would require an instrumented libgcrypt build.
CRYPTO_CONF=--without-crypto
CRYPTO_LIBS=
else
CRYPTO_CONF=--with-crypto
CRYPTO_LIBS=-lgcrypt
fi

cd ../libxml2
./autogen.sh \
Expand Down Expand Up @@ -49,15 +59,15 @@ cd ../libxslt
--without-profiler
make -j$(nproc) V=1

for file in xpath fuzz; do
for file in xpath xslt fuzz; do
# Compile as C
$CC $CFLAGS \
-I. -I../libxml2/include \
-c tests/fuzz/$file.c \
-o tests/fuzz/$file.o
done

for fuzzer in xpath; do
for fuzzer in xpath xslt; do
# Link with $CXX
$CXX $CXXFLAGS \
tests/fuzz/$fuzzer.o tests/fuzz/fuzz.o \
Expand All @@ -70,4 +80,4 @@ for fuzzer in xpath; do
zip -j $OUT/${fuzzer}_seed_corpus.zip tests/fuzz/seed/$fuzzer/*
done

cp tests/fuzz/xpath.dict tests/fuzz/xpath.xml $OUT/
cp tests/fuzz/*.dict tests/fuzz/*.xml $OUT/
2 changes: 1 addition & 1 deletion benchmarks/matio_matio_fuzzer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
#
################################################################################

FROM gcr.io/oss-fuzz-base/base-builder@sha256:1b6a6993690fa947df74ceabbf6a1f89a46d7e4277492addcd45a8525e34be5a
FROM gcr.io/oss-fuzz-base/base-builder@sha256:fb1a9a49752c9e504687448d1f1a048ec1e062e2e40f7e8a23e86b63ff3dad7c
MAINTAINER [email protected]
RUN apt-get update && apt-get install -y make autoconf automake libhdf5-dev libtool zlib1g-dev
ENV HDF5_DIR /usr/lib/x86_64-linux-gnu/hdf5/serial
Expand Down
2 changes: 1 addition & 1 deletion benchmarks/mbedtls_fuzz_dtlsclient/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
#
################################################################################

FROM gcr.io/oss-fuzz-base/base-builder@sha256:1b6a6993690fa947df74ceabbf6a1f89a46d7e4277492addcd45a8525e34be5a
FROM gcr.io/oss-fuzz-base/base-builder@sha256:fb1a9a49752c9e504687448d1f1a048ec1e062e2e40f7e8a23e86b63ff3dad7c
RUN apt-get update && apt-get install -y make cmake
RUN git clone --recursive --depth 1 https://github.com/ARMmbed/mbedtls.git mbedtls
RUN git clone --depth 1 https://github.com/google/boringssl.git boringssl
Expand Down
2 changes: 1 addition & 1 deletion benchmarks/mruby-2018-05-23/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
#
################################################################################

FROM gcr.io/oss-fuzz-base/base-builder@sha256:1b6a6993690fa947df74ceabbf6a1f89a46d7e4277492addcd45a8525e34be5a
FROM gcr.io/oss-fuzz-base/base-builder@sha256:fb1a9a49752c9e504687448d1f1a048ec1e062e2e40f7e8a23e86b63ff3dad7c
RUN apt-get update && apt-get install -y build-essential ruby bison ninja-build \
cmake zlib1g-dev libbz2-dev liblzma-dev
RUN git clone --depth 1 https://github.com/mruby/mruby mruby
Expand Down
2 changes: 1 addition & 1 deletion benchmarks/muparser_set_eval_fuzzer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
#
################################################################################

FROM gcr.io/oss-fuzz-base/base-builder@sha256:1b6a6993690fa947df74ceabbf6a1f89a46d7e4277492addcd45a8525e34be5a
FROM gcr.io/oss-fuzz-base/base-builder@sha256:fb1a9a49752c9e504687448d1f1a048ec1e062e2e40f7e8a23e86b63ff3dad7c
RUN apt-get update && apt-get install -y make autoconf automake libtool
RUN apt-get install -y build-essential cmake pkg-config
RUN git clone https://github.com/beltoforion/muparser.git muparser
Expand Down
4 changes: 2 additions & 2 deletions benchmarks/njs_njs_process_script_fuzzer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@
#
################################################################################

FROM gcr.io/oss-fuzz-base/base-builder@sha256:1b6a6993690fa947df74ceabbf6a1f89a46d7e4277492addcd45a8525e34be5a
FROM gcr.io/oss-fuzz-base/base-builder@sha256:fb1a9a49752c9e504687448d1f1a048ec1e062e2e40f7e8a23e86b63ff3dad7c
RUN apt-get update && apt-get install -y make autoconf automake libtool \
mercurial libpcre3-dev subversion
RUN hg clone http://hg.nginx.org/njs
RUN svn co svn://vcs.exim.org/pcre/code/trunk pcre
RUN git clone --branch pcre2-10.39 https://github.com/PCRE2Project/pcre2 pcre

WORKDIR njs
COPY build.sh $SRC/
6 changes: 3 additions & 3 deletions benchmarks/openh264_decoder_fuzzer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@
#
################################################################################

FROM gcr.io/oss-fuzz-base/base-builder@sha256:1b6a6993690fa947df74ceabbf6a1f89a46d7e4277492addcd45a8525e34be5a
FROM gcr.io/oss-fuzz-base/base-builder@sha256:fb1a9a49752c9e504687448d1f1a048ec1e062e2e40f7e8a23e86b63ff3dad7c
MAINTAINER [email protected]
RUN dpkg --add-architecture i386 && \
apt-get update && \
apt-get install -y libstdc++-5-dev libstdc++-5-dev:i386 nasm subversion
RUN git clone --depth 1 https://github.com/cisco/openh264.git openh264
apt-get install -y libstdc++-9-dev libstdc++-9-dev:i386 nasm subversion
RUN git clone https://github.com/cisco/openh264.git openh264
WORKDIR openh264
COPY build.sh decoder_fuzzer.cpp $SRC/
2 changes: 1 addition & 1 deletion benchmarks/openssl_x509/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
#
################################################################################

FROM gcr.io/oss-fuzz-base/base-builder@sha256:1b6a6993690fa947df74ceabbf6a1f89a46d7e4277492addcd45a8525e34be5a
FROM gcr.io/oss-fuzz-base/base-builder@sha256:fb1a9a49752c9e504687448d1f1a048ec1e062e2e40f7e8a23e86b63ff3dad7c
RUN apt-get update && apt-get install -y make
RUN git clone --depth 1 https://github.com/openssl/openssl.git
WORKDIR openssl
Expand Down
2 changes: 1 addition & 1 deletion benchmarks/openthread-2019-12-23/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
#
################################################################################

FROM gcr.io/oss-fuzz-base/base-builder@sha256:1b6a6993690fa947df74ceabbf6a1f89a46d7e4277492addcd45a8525e34be5a
FROM gcr.io/oss-fuzz-base/base-builder@sha256:fb1a9a49752c9e504687448d1f1a048ec1e062e2e40f7e8a23e86b63ff3dad7c

RUN apt-get update && \
apt-get install -y \
Expand Down
Loading

0 comments on commit 6b536a1

Please sign in to comment.