From 390c200c1e85f0a86d205a401a77457f51cb1848 Mon Sep 17 00:00:00 2001 From: jonathanmetzman <31354670+jonathanmetzman@users.noreply.github.com> Date: Wed, 25 Aug 2021 22:14:20 -0700 Subject: [Ubuntu upgrade] Disable MSAN in projects that will have false positives. (#6303) Do this based mostly on instrumented_libraries and more tests. Related: #6180 --- projects/libpng/project.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'projects/libpng/project.yaml') 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 -- cgit v1.2.3