Update unrar OSS-fuzz integration (#12144)

Unrar is fuzzed through a mirror of the official source code on GitHub
(https://github.com/aawc/unrar). We have not been updating the oss_fuzz
branch, which leads to obsolete bugs like
https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=69968.

Since the main purpose of this repo is to enable fuzzing, we're going to
remove the oss_fuzz branch and update the integration here.

Co-authored-by: Daniel Rubery <drubery@chromium.org>
This commit is contained in:
Daniel Rubery 2024-07-02 05:27:40 -07:00 committed by GitHub
parent 1167f8091c
commit 4ecfb269c1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@
FROM gcr.io/oss-fuzz-base/base-builder
RUN apt-get update && apt-get install -y make build-essential
RUN git clone -b oss_fuzz --depth 1 https://github.com/aawc/unrar.git
RUN git clone -b main --depth 1 https://github.com/aawc/unrar.git
WORKDIR unrar
COPY build.sh $SRC/