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

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

Issue 172117: Update the suppression for issue 20459 with Chris Hawk's findings.... (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 25183)
+++ tools/valgrind/memcheck/suppressions_mac.txt (working copy)
@@ -510,7 +510,11 @@
fun:_Z10cssyyparsePv
}
{
- # Leak of a CFMutableArray of certs in X509Certificate::Verify.
+ # Leak of a CFMutableArray of certs in Apple's
+ # Security::KeychainCore::Trust::evaluate(), which is called by
+ # SecTrustEvaluate(). The leak occurs when we precede a call to
+ # SecTrustEvaluate() with a call to SecTrustSetAnchorCertificates(), which
+ # we do only in the unit tests (to trust the test root CA certificate).
bug_20459
Memcheck:Leak
fun:malloc_zone_malloc
« 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