From 3fce4b3532977793454cd153a9e05f3a13d457d4 Mon Sep 17 00:00:00 2001 From: Tristan Matthews Date: Fri, 3 Jan 2025 17:03:49 -0500 Subject: [PATCH] libtheora: change oss-fuzz-fuzzers fork (#12902) The original has since been deleted and this was breaking the build. Fixes https://issues.oss-fuzz.com/issues/380409700 --- projects/libtheora/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/libtheora/Dockerfile b/projects/libtheora/Dockerfile index 47364740fe72..549d3e8eb4a9 100644 --- a/projects/libtheora/Dockerfile +++ b/projects/libtheora/Dockerfile @@ -18,6 +18,6 @@ FROM gcr.io/oss-fuzz-base/base-builder RUN apt-get update && apt-get install -y make autoconf automake libtool RUN git clone --depth 1 https://gitlab.xiph.org/xiph/ogg.git RUN git clone --depth 1 https://gitlab.xiph.org/xiph/theora.git libtheora -RUN git clone --depth 1 https://github.com/guidovranken/oss-fuzz-fuzzers.git +RUN git clone --depth 1 https://github.com/tmatth/oss-fuzz-fuzzers.git RUN git clone --depth 1 https://github.com/guidovranken/fuzzing-headers.git COPY build.sh $SRC/