| 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
|
| +}
|
|
|