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

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

Issue 1100563003: Suppress leaks under CertVerifyProcTest.LargeKey. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@lkcr
Patch Set: Created 5 years, 8 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
diff --git a/tools/valgrind/memcheck/suppressions_mac.txt b/tools/valgrind/memcheck/suppressions_mac.txt
index c9ed9bfef3dabd123923ba49494aeb3e7dfef310..8fb3d81dec762952a2b9d2b5caab5f4c553fc1fe 100644
--- a/tools/valgrind/memcheck/suppressions_mac.txt
+++ b/tools/valgrind/memcheck/suppressions_mac.txt
@@ -280,3 +280,21 @@
fun:_ZN2v88internal18StackFrameIteratorC1EPNS0_7IsolateE
fun:_ZN2v88internal7Isolate11FindHandlerEv
}
+{
+ bug_481286a
+ Memcheck:Leak
+ ...
+ fun:CSSM_CL_CertGetFirstCachedFieldValue
+ ...
+ fun:SecTrustEvaluate
+}
+{
+ bug_481286b
+ Memcheck:Leak
+ ...
+ fun:CSSM_CL_CertGetFirstCachedFieldValue
+ fun:_ZN8Security12KeychainCore11Certificate19copyFirstFieldValueERK9cssm_data
+ fun:_ZN8Security12KeychainCore11Certificate9publicKeyEv
+ fun:SecCertificateCopyPublicKey
+ fun:_ZN3net15X509Certificate16GetPublicKeyInfoEP23OpaqueSecCertificateRef*
+}
« 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