Commit 727c5c93 authored by bruening@google.com's avatar bruening@google.com

Suppress uninitialized reads in...

Suppress uninitialized reads in IPC::Channel::ChannelImpl::ProcessOutgoingMessages while we analyze them.

BUG=371991
TBR=zhaoqin@chromium.org
NOTRY=true

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

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@269656 0039d316-1c4b-4281-b951-d872f2087c98
parent 3419f546
......@@ -2142,3 +2142,14 @@ content.dll!webrtc::PeerConnectionFactory::OnMessage
content.dll!jingle_glue::JingleThreadWrapper::Send
content.dll!webrtc::PeerConnectionFactory::CreatePeerConnection
content.dll!webrtc::PeerConnectionFactoryInterface::CreatePeerConnection
# This suppression is deliberately general, as bugs reported in
# ProcessOutgoingMessages are difficult to track down until we
# get our annotations in place.
# TODO(bruening): add annotations once we have the infrastructure.
UNINITIALIZED READ
name=bug_371991
system call NtWriteFile parameter #5
KERNELBASE.dll!WriteFile
KERNEL32.dll!WriteFile
ipc.dll!IPC::Channel::ChannelImpl::ProcessOutgoingMessages
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