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

Side by Side 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # There are three kinds of suppressions in this file. 1 # There are three kinds of suppressions in this file.
2 # 1. third party stuff we have no control over 2 # 1. third party stuff we have no control over
3 # 3 #
4 # 2. intentional unit test errors, or stuff that is somehow a false positive 4 # 2. intentional unit test errors, or stuff that is somehow a false positive
5 # in our own code, or stuff that is so trivial it's not worth fixing 5 # in our own code, or stuff that is so trivial it's not worth fixing
6 # 6 #
7 # 3. Suppressions for real chromium bugs that are not yet fixed. 7 # 3. Suppressions for real chromium bugs that are not yet fixed.
8 # These should all be in chromium's bug tracking system (but a few aren't yet). 8 # These should all be in chromium's bug tracking system (but a few aren't yet).
9 # Periodically we should sweep this file and the bug tracker clean by 9 # Periodically we should sweep this file and the bug tracker clean by
10 # running overnight and removing outdated bugs/suppressions. 10 # running overnight and removing outdated bugs/suppressions.
(...skipping 4387 matching lines...) Expand 10 before | Expand all | Expand 10 after
4398 { 4398 {
4399 bug_80018 4399 bug_80018
4400 Memcheck:Leak 4400 Memcheck:Leak
4401 fun:_Znw* 4401 fun:_Znw*
4402 fun:_ZN3net23ClientSocketPoolManagerC1EPNS_6NetLogEPNS_19ClientSocketFactoryE PNS_12HostResolverEPNS_12CertVerifierEPNS_13DnsRRResolverEPNS_24DnsCertProvenanc eCheckerEPNS_18SSLHostInfoFactoryEPNS_12ProxyServiceEPNS_16SSLConfigServiceE 4402 fun:_ZN3net23ClientSocketPoolManagerC1EPNS_6NetLogEPNS_19ClientSocketFactoryE PNS_12HostResolverEPNS_12CertVerifierEPNS_13DnsRRResolverEPNS_24DnsCertProvenanc eCheckerEPNS_18SSLHostInfoFactoryEPNS_12ProxyServiceEPNS_16SSLConfigServiceE
4403 fun:_ZN3net18HttpNetworkSessionC1ERKNS0_6ParamsE 4403 fun:_ZN3net18HttpNetworkSessionC1ERKNS0_6ParamsE
4404 fun:_ZN21TestURLRequestContext4InitEv 4404 fun:_ZN21TestURLRequestContext4InitEv
4405 fun:_ZN21TestURLRequestContextC1Ev 4405 fun:_ZN21TestURLRequestContextC1Ev
4406 fun:_ZN27TestURLRequestContextGetter20GetURLRequestContextEv 4406 fun:_ZN27TestURLRequestContextGetter20GetURLRequestContextEv
4407 } 4407 }
4408 {
4409 bug_80022
4410 Memcheck:Leak
4411 fun:_Znw*
4412 fun:_ZN3net12CertVerifier6VerifyEPNS_15X509CertificateERKSsiPNS_16CertVerifyR esultEP14CallbackRunnerI6Tuple1IiEEPPv
4413 fun:_ZN3net25SingleRequestCertVerifier6VerifyEPNS_15X509CertificateERKSsiPNS_ 16CertVerifyResultEP14CallbackRunnerI6Tuple1IiEE
4414 fun:_ZN3net18SSLClientSocketNSS12DoVerifyCertEi
4415 fun:_ZN3net18SSLClientSocketNSS15DoHandshakeLoopEi
4416 fun:_ZN3net18SSLClientSocketNSS7ConnectEP14CallbackRunnerI6Tuple1IiEE
4417 fun:_ZN3net13SSLConnectJob12DoSSLConnectEv
4418 fun:_ZN3net13SSLConnectJob6DoLoopEi
4419 fun:_ZN3net13SSLConnectJob12OnIOCompleteEi
4420 }
4408 4421
4409 #----------------------------------------------------------------------- 4422 #-----------------------------------------------------------------------
4410 # These only occur on our Google workstations 4423 # These only occur on our Google workstations
4411 { 4424 {
4412 bug_todo_freeres 4425 bug_todo_freeres
4413 Memcheck:Free 4426 Memcheck:Free
4414 fun:free 4427 fun:free
4415 fun:__libc_freeres 4428 fun:__libc_freeres
4416 fun:_vgnU_freeres 4429 fun:_vgnU_freeres
4417 fun:_Exit 4430 fun:_Exit
4418 fun:exit 4431 fun:exit
4419 } 4432 }
4420 { 4433 {
4421 bug_todo_getdelim 4434 bug_todo_getdelim
4422 Memcheck:Leak 4435 Memcheck:Leak
4423 fun:malloc 4436 fun:malloc
4424 fun:getdelim 4437 fun:getdelim
4425 ... 4438 ...
4426 fun:call_init 4439 fun:call_init
4427 fun:_dl_init 4440 fun:_dl_init
4428 } 4441 }
OLDNEW
« 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