diff options
-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 |