[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
This commit is contained in:
Roman Lebedev 2021-09-04 19:09:49 +03:00 committed by GitHub
parent ecc96e3fb2
commit 0b49925661
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

1
.github/CODEOWNERS vendored Normal file
View File

@ -0,0 +1 @@
/projects/librawspeed/ @LebedevRI

View File

@ -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'