diff options
author | timurrrr@chromium.org <timurrrr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-08-20 09:27:18 +0000 |
---|---|---|
committer | timurrrr@chromium.org <timurrrr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-08-20 09:27:18 +0000 |
commit | 00b112140b33aef7d280b65376215d5234df1185 (patch) | |
tree | 2a570fb76a398d2ecb6a643377d13d966fb77dd9 /tools/valgrind | |
parent | a6121aac2407af009265098b2e230f48a81d48ae (diff) | |
download | chromium_src-00b112140b33aef7d280b65376215d5234df1185.zip chromium_src-00b112140b33aef7d280b65376215d5234df1185.tar.gz chromium_src-00b112140b33aef7d280b65376215d5234df1185.tar.bz2 |
Widen an IPC sendmsg suppression and suppress invalid read in ~ChromeURLRequestContext
BUG=52825,20997
Review URL: http://codereview.chromium.org/3146028
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@56830 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'tools/valgrind')
-rw-r--r-- | tools/valgrind/memcheck/suppressions.txt | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/tools/valgrind/memcheck/suppressions.txt b/tools/valgrind/memcheck/suppressions.txt index 6ed496c..b557fd1 100644 --- a/tools/valgrind/memcheck/suppressions.txt +++ b/tools/valgrind/memcheck/suppressions.txt @@ -1496,7 +1496,9 @@ Memcheck:Param socketcall.sendmsg(msg.msg_iov[i]) fun:sendmsg$UNIX2003 + ... fun:_ZN4base19MessagePumpLibevent21FileDescriptorWatcher28OnFileCanReadWithoutBlockingEiPS0_ + ... fun:event_process_active fun:event_base_loop } @@ -4134,3 +4136,15 @@ fun:_ZN10disk_cache10InFlightIO14InvokeCallbackEPNS_12BackgroundIOEb fun:_ZN10disk_cache12BackgroundIO13OnIOSignalledEv } +{ + bug_52825 + Memcheck:Addr4 + fun:_ZNKSt8_Rb_treeIjSt4pairIKjP12ObserverListI20NotificationObserverLb0EEESt10_Select1stIS6_ESt4lessIjESaIS6_EE8_M_beginEv + fun:_ZNKSt8_Rb_treeIjSt4pairIKjP12ObserverListI20NotificationObserverLb0EEESt10_Select1stIS6_ESt4lessIjESaIS6_EE4findERS1_ + fun:_ZNKSt3mapIjP12ObserverListI20NotificationObserverLb0EESt4lessIjESaISt4pairIKjS3_EEE4findERS7_ + fun:_ZN19NotificationService6HasKeyERKSt3mapIjP12ObserverListI20NotificationObserverLb0EESt4lessIjESaISt4pairIKjS4_EEERK18NotificationSource + fun:_ZN19NotificationService6NotifyE16NotificationTypeRK18NotificationSourceRK19NotificationDetails + fun:_ZN23ChromeURLRequestContextD0Ev + ... + fun:_ZN17URLRequestHttpJobD0Ev +} |