aboutsummaryrefslogtreecommitdiffhomepage
path: root/projects/libpng/project.yaml
diff options
context:
space:
mode:
authorGravatar jonathanmetzman <31354670+jonathanmetzman@users.noreply.github.com>2021-08-25 22:14:20 -0700
committerGravatar GitHub <noreply@github.com>2021-08-25 22:14:20 -0700
commit390c200c1e85f0a86d205a401a77457f51cb1848 (patch)
treeb292287ae9ea883c6269bc3ca1dcaa8c79cf6c5d /projects/libpng/project.yaml
parent370fb73473ca6bcf09b9c9c4c674de15a6ec4573 (diff)
[Ubuntu upgrade] Disable MSAN in projects that will have false positives. (#6303)
Do this based mostly on instrumented_libraries and more tests. Related: #6180
Diffstat (limited to 'projects/libpng/project.yaml')
-rw-r--r--projects/libpng/project.yaml5
1 files changed, 3 insertions, 2 deletions
diff --git a/projects/libpng/project.yaml b/projects/libpng/project.yaml
index 66b280b4..1e9d786a 100644
--- a/projects/libpng/project.yaml
+++ b/projects/libpng/project.yaml
@@ -7,6 +7,7 @@ vendor_ccs:
- "twsmith@mozilla.com"
sanitizers:
- address
- - memory
+# Disabled MSAN because of https://github.com/google/oss-fuzz/issues/6294
+# - memory
- undefined
-main_repo: 'https://github.com/glennrp/libpng.git'
+main_repo: 'https://github.com/glennrp/libpng.git' \ No newline at end of file