summaryrefslogtreecommitdiffstats
path: root/tools/valgrind
diff options
context:
space:
mode:
authorglider@chromium.org <glider@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-07-26 11:07:07 +0000
committerglider@chromium.org <glider@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-07-26 11:07:07 +0000
commit9317fa9b8b6c59c3bd030d5c02bec17bec2ad417 (patch)
treec6de921d3932fed4891c874219dad1b30cd04ff9 /tools/valgrind
parent57790daaf0ae5c8dabed41a97b6d57a73e56c705 (diff)
downloadchromium_src-9317fa9b8b6c59c3bd030d5c02bec17bec2ad417.zip
chromium_src-9317fa9b8b6c59c3bd030d5c02bec17bec2ad417.tar.gz
chromium_src-9317fa9b8b6c59c3bd030d5c02bec17bec2ad417.tar.bz2
Expand the suppression for bug 42389.
Update the suppression for bug 45254 to match the changed stack. Update the suppression for bug 45301 to match the changed stack. Suppress another case of passing uninitialized data to sendmsg (bug 20997) TBR=timurrrr BUG=42389,45254,45301,20997 Review URL: http://codereview.chromium.org/3041021 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@53618 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'tools/valgrind')
-rw-r--r--tools/valgrind/memcheck/suppressions.txt19
1 files changed, 14 insertions, 5 deletions
diff --git a/tools/valgrind/memcheck/suppressions.txt b/tools/valgrind/memcheck/suppressions.txt
index 227e956..34aa1a5 100644
--- a/tools/valgrind/memcheck/suppressions.txt
+++ b/tools/valgrind/memcheck/suppressions.txt
@@ -1378,15 +1378,24 @@
fun:_ZN27SafeBrowsingProtocolManager18ScheduleNextUpdateEb
fun:_ZN27SafeBrowsingProtocolManager10InitializeEv
}
+# IPCing uninitialized data
{
- # IPCing uninitialized data
- bug_20997
+ bug_20997_a
Memcheck:Param
socketcall.sendmsg(msg.msg_iov[i])
fun:sendmsg*
fun:_ZN3IPC7Channel11ChannelImpl4SendEPNS_7MessageE
}
{
+ bug_20997_b
+ Memcheck:Param
+ socketcall.sendmsg(msg.msg_iov[i])
+ fun:sendmsg$UNIX2003
+ fun:_ZN4base19MessagePumpLibevent21FileDescriptorWatcher28OnFileCanReadWithoutBlockingEiPS0_
+ fun:event_process_active
+ fun:event_base_loop
+}
+{
bug_21010a
Memcheck:Value4
fun:_ZN2v88internal10PagedSpace10FindObjectEPh
@@ -2688,6 +2697,7 @@
{
bug_42389
Memcheck:Leak
+ ...
fun:malloc
fun:g_malloc
...
@@ -3019,8 +3029,9 @@
fun:_ZN11ProfileImpl14InitExtensionsEv
fun:_ZN14ProfileManager10AddProfileEP7Profileb
fun:_ZN14ProfileManager10GetProfileERK8FilePathb
+ fun:_ZN14ProfileManager10GetProfileERK8FilePath
fun:_ZN14ProfileManager17GetDefaultProfileERK8FilePath
- fun:_ZN14ProfileManager17GetDefaultProfileEv
+ fun:*18MainFunctionParams13CreateProfileERK18MainFunctionParamsRK8FilePath
fun:_Z11BrowserMainRK18MainFunctionParams
fun:ChromeMain
fun:main
@@ -3070,12 +3081,10 @@
fun:_ZN3IPC7Channel11ChannelImpl23ProcessIncomingMessagesEv
fun:_ZN3IPC7Channel11ChannelImpl28OnFileCanReadWithoutBlockingEi
fun:_ZN4base19MessagePumpLibevent21FileDescriptorWatcher28OnFileCanReadWithoutBlockingEiPS0_
- fun:_ZN4base19MessagePumpLibevent22OnLibeventNotificationEisPv
fun:event_process_active
fun:event_base_loop
fun:_ZN4base19MessagePumpLibevent3RunEPNS_11MessagePump8DelegateE
fun:_ZN11MessageLoop11RunInternalEv
- fun:_ZN11MessageLoop10RunHandlerEv
}
{
bug_45345