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

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

Issue 181003: Suppress a leak of a CFMutableArray of certs in X509Certificate::Verify.... (Closed) Base URL: svn://chrome-svn/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 | « 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
===================================================================
--- tools/valgrind/memcheck/suppressions_mac.txt (revision 24714)
+++ tools/valgrind/memcheck/suppressions_mac.txt (working copy)
@@ -504,3 +504,20 @@
fun:_Z10cssyyparsePv
fun:_ZN7WebCore9CSSParser10parseSheetEPNS_13CSSStyleSheetERKNS_6StringE
}
+{
+ # Leak of a CFMutableArray of certs in X509Certificate::Verify.
+ bug_20459
+ Memcheck:Leak
+ fun:malloc_zone_malloc
+ fun:_CFRuntimeCreateInstance
+ fun:__CFArrayInit
+ fun:CFArrayCreateMutableCopy
+ fun:_ZNK3net15X509Certificate6VerifyERKSsiPNS_16CertVerifyResultE
+ fun:_ZN3net12CertVerifier7Request8DoVerifyEv
+ fun:_ZN14RunnableMethodIN3net12CertVerifier7RequestEMS2_FvvE6Tuple0E3RunEv
+ fun:-[TaskOperation main]
+ fun:-[NSOperation start]
+ fun:__runop
+ fun:_pthread_wqthread
+ fun:start_wqthread
+}
Property changes on: tools\valgrind\memcheck\suppressions_mac.txt
___________________________________________________________________
Added: svn:eol-style
+ LF
« 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