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.txt

Issue 6880069: Leak in SSLConnectJob::OnIOComplete (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 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.txt
diff --git a/tools/valgrind/memcheck/suppressions.txt b/tools/valgrind/memcheck/suppressions.txt
index d6006cd6c5661f0eb72a76470f0b9f874ff2fad0..9287576b4603ef186266238fa05a64b07c3a42db 100644
--- a/tools/valgrind/memcheck/suppressions.txt
+++ b/tools/valgrind/memcheck/suppressions.txt
@@ -4405,6 +4405,19 @@
fun:_ZN21TestURLRequestContextC1Ev
fun:_ZN27TestURLRequestContextGetter20GetURLRequestContextEv
}
+{
+ bug_80022
+ Memcheck:Leak
+ fun:_Znw*
+ fun:_ZN3net12CertVerifier6VerifyEPNS_15X509CertificateERKSsiPNS_16CertVerifyResultEP14CallbackRunnerI6Tuple1IiEEPPv
+ fun:_ZN3net25SingleRequestCertVerifier6VerifyEPNS_15X509CertificateERKSsiPNS_16CertVerifyResultEP14CallbackRunnerI6Tuple1IiEE
+ fun:_ZN3net18SSLClientSocketNSS12DoVerifyCertEi
+ fun:_ZN3net18SSLClientSocketNSS15DoHandshakeLoopEi
+ fun:_ZN3net18SSLClientSocketNSS7ConnectEP14CallbackRunnerI6Tuple1IiEE
+ fun:_ZN3net13SSLConnectJob12DoSSLConnectEv
+ fun:_ZN3net13SSLConnectJob6DoLoopEi
+ fun:_ZN3net13SSLConnectJob12OnIOCompleteEi
+}
#-----------------------------------------------------------------------
# These only occur on our Google workstations
« 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