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

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

Issue 543108: suppressing two new memroy error in chromeos build (Closed)
Patch Set: fix bug ids Created 10 years, 11 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 fa22cbbff02a56e6690c64b622e0f0647f65be81..d4d809f3ba8c1191159155a2f425146ff843cf92 100644
--- a/tools/valgrind/memcheck/suppressions.txt
+++ b/tools/valgrind/memcheck/suppressions.txt
@@ -2183,3 +2183,43 @@
fun:_ZN11MessageLoop11RunInternalEv
fun:_ZN11MessageLoop10RunHandlerEv
}
+{
+ bug_32623
+ Memcheck:Leak
+ fun:_Znw*
+ fun:_ZN3net15X509Certificate16CreateFromHandleEP18CERTCertificateStrNS0_6SourceE
+ fun:_ZN3net18SSLClientSocketNSS16UpdateServerCertEv
+ fun:_ZN3net18SSLClientSocketNSS17HandshakeCallbackEP10PRFileDescPv
+ fun:ssl3_HandleFinished
+ fun:ssl3_HandleHandshakeMessage
+ fun:ssl3_HandleHandshake
+ fun:ssl3_HandleRecord
+ fun:ssl3_GatherCompleteHandshake
+ fun:SSL_ForceHandshake
+ fun:_ZN3net18SSLClientSocketNSS11DoHandshakeEv
+ fun:_ZN3net18SSLClientSocketNSS15DoHandshakeLoopEi
+}
+{
+ bug_32624
+ Memcheck:Leak
+ fun:malloc
+ fun:PR_Malloc
+ fun:PKIX_PL_Malloc
+ fun:PKIX_PL_Object_Alloc
+ fun:PKIX_PL_OID_Create
+ fun:CERT_PKIXOIDFromNSSOid
+ fun:cert_PKIXMakeOIDList
+ fun:cert_pkixSetParam
+ fun:CERT_PKIXVerifyCert
+ ...
+ fun:_ZNK3net15X509Certificate8VerifyEVEv
+ fun:_ZNK3net15X509Certificate6VerifyERKSsiPNS_16CertVerifyResultE
+ fun:_ZN3net12CertVerifier7Request8DoVerifyEv
+ fun:_Z16DispatchToMethodIN3net12CertVerifier7RequestEMS2_FvvEEvPT_T0_RK6Tuple0
+ fun:_ZN14RunnableMethodIN3net12CertVerifier7RequestEMS2_FvvE6Tuple0E3RunEv
+ ...
+ fun:_Z10ThreadFuncPv
+ fun:start_thread
+ fun:clone
+}
+
« 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