diff options
author | wtc@chromium.org <wtc@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-09-02 23:23:59 +0000 |
---|---|---|
committer | wtc@chromium.org <wtc@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-09-02 23:23:59 +0000 |
commit | d7ebd828beedc9aad6b122004d4523e6bc6879b6 (patch) | |
tree | 347292da55b708994d94ca84085fb651827e8aae /tools | |
parent | 74347667284124202acbba6b351e4341666b0f94 (diff) | |
download | chromium_src-d7ebd828beedc9aad6b122004d4523e6bc6879b6.zip chromium_src-d7ebd828beedc9aad6b122004d4523e6bc6879b6.tar.gz chromium_src-d7ebd828beedc9aad6b122004d4523e6bc6879b6.tar.bz2 |
Update the suppression for issue 20459 with Chris Hawk's findings.
R=hawk
BUG=20459
TEST=none
Review URL: http://codereview.chromium.org/172117
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@25268 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'tools')
-rw-r--r-- | tools/valgrind/memcheck/suppressions_mac.txt | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/tools/valgrind/memcheck/suppressions_mac.txt b/tools/valgrind/memcheck/suppressions_mac.txt index 1ad8589..a52473c 100644 --- a/tools/valgrind/memcheck/suppressions_mac.txt +++ b/tools/valgrind/memcheck/suppressions_mac.txt @@ -495,7 +495,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 |