summaryrefslogtreecommitdiffstats
path: root/tools/msan
diff options
context:
space:
mode:
authorearthdok@chromium.org <earthdok@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-03-26 17:22:26 +0000
committerearthdok@chromium.org <earthdok@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-03-26 17:22:26 +0000
commite942580d0a9919c6c1e57c18a6d9967afe60d914 (patch)
tree0e044e9f593c9a5e0a319813be6fed0f0212378e /tools/msan
parent48fde80c9beaf12c21f03eaba02b61a7d12b8141 (diff)
downloadchromium_src-e942580d0a9919c6c1e57c18a6d9967afe60d914.zip
chromium_src-e942580d0a9919c6c1e57c18a6d9967afe60d914.tar.gz
chromium_src-e942580d0a9919c6c1e57c18a6d9967afe60d914.tar.bz2
MSan: blacklist an uninit in third-party code.
BUG=116277,341917 TBR=eugenis@chromium.org NOTRY=true Review URL: https://codereview.chromium.org/212953006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@259614 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'tools/msan')
-rw-r--r--tools/msan/blacklist.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/msan/blacklist.txt b/tools/msan/blacklist.txt
index 5389f55..e46dc9f 100644
--- a/tools/msan/blacklist.txt
+++ b/tools/msan/blacklist.txt
@@ -21,3 +21,6 @@ fun:*GetRESIds*
# False positives in SSE intrinsics. To be fixed in Clang.
# http://://code.google.com/p/memory-sanitizer/issues/detail?id=48
fun:*S32A_Opaque_BlitRow32_SSE2*
+
+# Uninit in zlib. http://crbug.com/116277
+fun:*MOZ_Z_deflate*