Commit 1eb088e6 authored by oshima@chromium.org's avatar oshima@chromium.org

Suppress uninitialized read that aren't suppressed due to the lack of symbols.

This is same as crbug.com/366905, but causing failure due to the lack of symbols.
This suppression is too wide and should be reverted as soon as the symbol issue is solved.

BUG=366905
TBR=zhaoqin@chromium.org, bruening@chromium.org

Review URL: https://codereview.chromium.org/250753002

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@266033 0039d316-1c4b-4281-b951-d872f2087c98
parent 903f4ac8
......@@ -1095,6 +1095,57 @@ name=http://crbug.com/64887 (GMock printing uninit data)
...
*!testing::*::PrintBytesInObjectTo*
# crbug.com
UNINITIALIZED READ
name=crbug.com/366905 A (the same issue as 64887, but no symbols)
MSVCR120.dll!_output_s_l
MSVCR120.dll!_vsnprintf_helper
MSVCR120.dll!_vsnprintf_s_l
MSVCR120.dll!_snprintf_s
*!*
*!*
...
*!*
*!*
KERNEL32.dll!BaseThreadInitThunk
UNINITIALIZED READ
name=crbug.com/366905 B (the same issue as 64887, but no symbols)
MSVCR120.dll!sprintf_s
MSVCR120.dll!_uncaught_exception
MSVCR120.dll!vsnprintf_s_l
MSVCR120.dll!snprintf_s
*!*
*!*
...
*!*
*!*
KERNEL32.dll!BaseThreadInitThunk
UNINITIALIZED READ
name=crbug.com/366905 C (the same issue as 64887, but no symbols)
*!*
...
*!*
*!*
*!*
*!*
*!*
*!*
*!*
*!*
*!*
*!*
*!*
*!*
*!*
*!*
*!*
*!*
*!*
*!*
KERNEL32.dll!BaseThreadInitThunk
###############################################################
# Proactively borrowed from memcheck/suppressions.txt.
# We have not yet seen these, but we are expanding the sets of tests
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment