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

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

Issue 181008: Widen one suppression to match linux bot, add one new suppression for mac.... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 11 years, 4 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/valgrind/memcheck/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_mac.txt
===================================================================
--- tools/valgrind/memcheck/suppressions_mac.txt (revision 24787)
+++ tools/valgrind/memcheck/suppressions_mac.txt (working copy)
@@ -553,3 +553,18 @@
fun:+[NSBundle(NSNibLoading) loadNibNamed:owner:]
fun:_ZN8Platform29WillInitializeMainMessageLoopERK18MainFunctionParams
}
+{
+ bug_20541
+ Memcheck:Leak
+ fun:malloc_zone_malloc
+ fun:_CFRuntimeCreateInstance
+ fun:CFRunLoopSourceCreate
+ fun:CFMachPortCreateRunLoopSource
+ ...
+ fun:SecKeychainAddCallback
+ ...
+ fun:SecTrustSettingsEvaluateCert
+ ...
+ fun:SecTrustEvaluate
+ fun:_ZNK3net15X509Certificate6VerifyERKSsiPNS_16CertVerifyResultE
+}
« no previous file with comments | « tools/valgrind/memcheck/suppressions.txt ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698