Skip to content

Commit

Permalink
libtheora: change oss-fuzz-fuzzers fork
Browse files Browse the repository at this point in the history
The original has since been deleted and this was breaking the build.

Fixes https://issues.oss-fuzz.com/issues/380409700
  • Loading branch information
tmatth committed Jan 3, 2025
1 parent 2f43db5 commit bfcddd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion projects/libtheora/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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/

0 comments on commit bfcddd7

Please sign in to comment.