Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(533)

Unified Diff: tools/valgrind/memcheck/suppressions.txt

Issue 212028: suppression update (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 11 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | tools/valgrind/memcheck/suppressions_mac.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/valgrind/memcheck/suppressions.txt
===================================================================
--- tools/valgrind/memcheck/suppressions.txt (revision 26639)
+++ tools/valgrind/memcheck/suppressions.txt (working copy)
@@ -181,6 +181,16 @@
fun:sqlite3PagerCommitPhaseOne
}
{
+ bug_20653b
+ Memcheck:Param
+ write(buf)
+ fun:write$UNIX2003
+ fun:unixWrite
+ fun:sqlite3OsWrite
+ fun:write32bits
+ fun:pager_write
+}
+{
# There is a fix in mainline, http://www.sqlite.org/cvstrac/chngview?cn=5968
# See also http://article.gmane.org/gmane.comp.db.sqlite.general/43177
SQLite write
@@ -1199,3 +1209,14 @@
fun:_Z14StringAppendVTISsEvPT_PKNS0_10value_typeEPc
fun:_Z12StringPrintfPKcz
}
+{
+ bug_22450
+ Memcheck:Leak
+ fun:_Znw*
+ fun:_ZN3net26DefaultClientSocketFactory21CreateTCPClientSocketERKNS_11AddressListE
+ fun:_ZN3net13TCPConnectJob12DoTCPConnectEv
+ fun:_ZN3net13TCPConnectJob6DoLoopEi
+ fun:_ZN3net13TCPConnectJob12OnIOCompleteEi
+ ...
+ fun:_ZN3net16HostResolverImpl3Job16OnLookupCompleteEv
+}
« no previous file with comments | « no previous file | tools/valgrind/memcheck/suppressions_mac.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698