aboutsummaryrefslogtreecommitdiff
path: root/projects/kcodecs
diff options
context:
space:
mode:
authorjonathanmetzman <31354670+jonathanmetzman@users.noreply.github.com>2021-08-25 22:14:20 -0700
committerGitHub <noreply@github.com>2021-08-25 22:14:20 -0700
commit390c200c1e85f0a86d205a401a77457f51cb1848 (patch)
treeb292287ae9ea883c6269bc3ca1dcaa8c79cf6c5d /projects/kcodecs
parent370fb73473ca6bcf09b9c9c4c674de15a6ec4573 (diff)
downloadoss-fuzz-390c200c1e85f0a86d205a401a77457f51cb1848.tar.gz
[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/kcodecs')
-rw-r--r--projects/kcodecs/project.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/projects/kcodecs/project.yaml b/projects/kcodecs/project.yaml
index 4784eaea2..b698f6320 100644
--- a/projects/kcodecs/project.yaml
+++ b/projects/kcodecs/project.yaml
@@ -6,4 +6,4 @@ sanitizers:
# Disabled MSAN because of https://github.com/google/oss-fuzz/issues/6294
# - memory
- undefined
-main_repo: 'https://invent.kde.org/frameworks/kcodecs.git'
+main_repo: 'https://invent.kde.org/frameworks/kcodecs.git' \ No newline at end of file