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

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

Issue 8816023: New suppressions for SSL_ClearSessionCache on mac. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/valgrind/memcheck/suppressions_mac.txt
diff --git a/tools/valgrind/memcheck/suppressions_mac.txt b/tools/valgrind/memcheck/suppressions_mac.txt
index e5101bccecd903b8a8ab2c895e47cbc16790cc33..8248e11489c93588f611f984ecf4350cb1c5ceb3 100644
--- a/tools/valgrind/memcheck/suppressions_mac.txt
+++ b/tools/valgrind/memcheck/suppressions_mac.txt
@@ -1764,6 +1764,19 @@
fun:_ZN4base12LazyInstanceIN3net19NSSSSLInitSingletonENS_25DefaultLazyInstanceTraitsIS2_EEE6OnExitEPv
}
{
+ bug_95718_b
+ Memcheck:Leak
+ fun:calloc
+ fun:PR_NewLock
+ fun:ssl_Init*
+ fun:InitSessionCacheLocks
+ fun:initSessionCacheLocksLazily
+ fun:PR_CallOnce
+ fun:ssl_InitSessionCacheLocks
+ fun:lock_cache
+ fun:SSL_ClearSessionCache
+}
+{
bug_96300
Memcheck:Leak
...
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698