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

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

Issue 6290007: Suppresses the leaks for Bug 70062... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 9 years, 11 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 | « tools/heapcheck/suppressions.txt ('k') | no next file » | 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 71762)
+++ tools/valgrind/memcheck/suppressions.txt (working copy)
@@ -3614,3 +3614,22 @@
fun:_ZN17PluginChannelBase17OnMessageReceivedERKN3IPC7MessageE
fun:_ZN13PluginChannel17OnMessageReceivedERKN3IPC7MessageE
}
+{
+ Bug_70062
+ Memcheck:Leak
+ fun:calloc
+ fun:PR_Calloc
+ fun:PR_NewLock
+ ...
+ fun:InitSessionCacheLocks
+ fun:initSessionCacheLocksLazily
+ fun:PR_CallOnce
+ fun:ssl_InitSessionCacheLocks
+ fun:lock_cache
+ fun:ssl_LookupSID
+ fun:ssl2_BeginClientHandshake
+ fun:ssl_Do1stHandshake
+ fun:SSL_ForceHandshake
+ fun:_ZN3net18SSLClientSocketNSS11DoHandshakeEv
+ fun:_ZN3net18SSLClientSocketNSS15DoHandshakeLoopEi
+}
« no previous file with comments | « tools/heapcheck/suppressions.txt ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698