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

Side by Side Diff: tools/valgrind/memcheck/suppressions_mac.txt

Issue 886933008: Fix a memory leak in net::CertVerifyProcMac::VerifyInternal (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Review feedback Created 5 years, 10 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
« no previous file with comments | « net/cert/x509_certificate_mac.cc ('k') | 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, stuff that is somehow a false positive 4 # 2. Intentional unit test errors, 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. 8 # These should all be in chromium's bug tracking system.
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 241 matching lines...) Expand 10 before | Expand all | Expand 10 after
252 fun:_ZN7content45PluginLoaderPosixTest_PluginLaunchFailed_TestC1Ev 252 fun:_ZN7content45PluginLoaderPosixTest_PluginLaunchFailed_TestC1Ev
253 fun:_ZN7testing8internal15TestFactoryImplIN7content45PluginLoaderPosixTest_Pl uginLaunchFailed_TestEE10CreateTestEv 253 fun:_ZN7testing8internal15TestFactoryImplIN7content45PluginLoaderPosixTest_Pl uginLaunchFailed_TestEE10CreateTestEv
254 } 254 }
255 { 255 {
256 bug_437807 256 bug_437807
257 Memcheck:Leak 257 Memcheck:Leak
258 ... 258 ...
259 fun:_ZN4base3mac30PathForFrameworkBundleResourceEPK10__CFString 259 fun:_ZN4base3mac30PathForFrameworkBundleResourceEPK10__CFString
260 fun:_ZN3gin13IsolateHolder14LoadV8SnapshotEv 260 fun:_ZN3gin13IsolateHolder14LoadV8SnapshotEv
261 } 261 }
262 {
263 bug_455533
264 Memcheck:Leak
265 fun:malloc_zone_malloc
266 fun:_CFRuntimeCreateInstance
267 fun:__CFArrayInit
268 fun:_ZNK3net15X509Certificate24CreateOSCertChainForCertEv
269 fun:_ZN3net17CertVerifyProcMac14VerifyInternalEPNS_15X509CertificateERKSsiPNS _6CRLSetERKSt6vectorI13scoped_refptrIS1_ESaIS9_EEPNS_16CertVerifyResultE
270 fun:_ZN3net14CertVerifyProc6VerifyEPNS_15X509CertificateERKSsiPNS_6CRLSetERKS t6vectorI13scoped_refptrIS1_ESaIS9_EEPNS_16CertVerifyResultE
271 }
OLDNEW
« no previous file with comments | « net/cert/x509_certificate_mac.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698