From 0b499256611c92aa85d86866bca478825fe66945 Mon Sep 17 00:00:00 2001 From: Roman Lebedev Date: Sat, 4 Sep 2021 19:09:49 +0300 Subject: [PATCH] [RawSpeed] Reenable errneously disabled MSan build (#6401) I was not notified about that change, which i believe to be errneous. The fuzzers built here do *not* link to *any* outside libraries. Refs. https://github.com/google/oss-fuzz/pull/6281 Refs. https://github.com/google/oss-fuzz/issues/6294 --- .github/CODEOWNERS | 1 + projects/librawspeed/project.yaml | 3 +-- 2 files changed, 2 insertions(+), 2 deletions(-) create mode 100644 .github/CODEOWNERS diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 000000000..50dc55e8b --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1 @@ +/projects/librawspeed/ @LebedevRI diff --git a/projects/librawspeed/project.yaml b/projects/librawspeed/project.yaml index 0b25e3139..a0a49e6b1 100644 --- a/projects/librawspeed/project.yaml +++ b/projects/librawspeed/project.yaml @@ -4,6 +4,5 @@ primary_contact: "lebedev.ri@gmail.com" sanitizers: - address - undefined -# Disabled MSAN because of https://github.com/google/oss-fuzz/issues/6294 -# - memory +- memory main_repo: 'https://github.com/darktable-org/rawspeed.git'