Skip to content

Commit

Permalink
MSan: blacklist an uninit in third-party code.
Browse files Browse the repository at this point in the history
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
  • Loading branch information
earthdok@chromium.org committed Mar 26, 2014
1 parent 48fde80 commit e942580
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tools/msan/blacklist.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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*

0 comments on commit e942580

Please sign in to comment.