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

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

Issue 184753002: Fix memory leak from use of SECKEY_ConvertToPublicKey(). (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: add suppression file Created 6 years, 9 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 | « content/renderer/webcrypto/platform_crypto_nss.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 four kinds of suppressions in this file. 1 # There are four 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 6248 matching lines...) Expand 10 before | Expand all | Expand 10 after
6259 fun:_ZN7content11ContentMainEiPPKcPNS_19ContentMainDelegateE 6259 fun:_ZN7content11ContentMainEiPPKcPNS_19ContentMainDelegateE
6260 } 6260 }
6261 { 6261 {
6262 bug_347683 6262 bug_347683
6263 Memcheck:Leak 6263 Memcheck:Leak
6264 fun:_Znw* 6264 fun:_Znw*
6265 fun:_ZNK13LoginDatabase9GetLoginsERKN8autofill12PasswordFormEPSt6vectorIPS1_S aIS5_EE 6265 fun:_ZNK13LoginDatabase9GetLoginsERKN8autofill12PasswordFormEPSt6vectorIPS1_S aIS5_EE
6266 fun:_ZN50LoginDatabaseTest_UpdateIncompleteCredentials_Test8TestBodyEv 6266 fun:_ZN50LoginDatabaseTest_UpdateIncompleteCredentials_Test8TestBodyEv
6267 } 6267 }
6268 { 6268 {
6269 bug_347965
6270 Memcheck:Leak
6271 ...
6272 fun:SECKEY_ConvertToPublicKey
6273 fun:_ZN7content9webcrypto8platform12_GLOBAL__N_125CreatePrivateKeyAlgorithmER KN5blink18WebCryptoAlgorithmEP19SECKEYPrivateKeyStrPNS3_21WebCryptoKeyAlgorithmE
6274 fun:_ZN7content9webcrypto8platform14ImportKeyPkcs8ERKN5blink18WebCryptoAlgori thmERKNS0_10CryptoDataEbiPNS2_12WebCryptoKeyE
6275 fun:_ZN7content9webcrypto9ImportKeyEN5blink18WebCryptoKeyFormatERKNS0_10Crypt oDataERKNS1_18WebCryptoAlgorithmEbiPNS1_12WebCryptoKeyE
6276 }
6277 {
6278 bug_347967_a 6269 bug_347967_a
6279 Memcheck:Uninitialized 6270 Memcheck:Uninitialized
6280 fun:unpack_RGBA8888 6271 fun:unpack_RGBA8888
6281 fun:_mesa_unpack_rgba_row 6272 fun:_mesa_unpack_rgba_row
6282 fun:slow_read_rgba_pixels 6273 fun:slow_read_rgba_pixels
6283 fun:read_rgba_pixels 6274 fun:read_rgba_pixels
6284 fun:_mesa_readpixels 6275 fun:_mesa_readpixels
6285 fun:_mesa_ReadnPixelsARB 6276 fun:_mesa_ReadnPixelsARB
6286 fun:_mesa_ReadPixels 6277 fun:_mesa_ReadPixels
6287 fun:shared_dispatch_stub_256 6278 fun:shared_dispatch_stub_256
(...skipping 17 matching lines...) Expand all
6305 fun:_mesa_CopyTexSubImage2D 6296 fun:_mesa_CopyTexSubImage2D
6306 fun:shared_dispatch_stub_326 6297 fun:shared_dispatch_stub_326
6307 fun:_ZN3gfx9GLApiBase21glCopyTexSubImage2DFnEjiiiiiii 6298 fun:_ZN3gfx9GLApiBase21glCopyTexSubImage2DFnEjiiiiiii
6308 fun:_ZN3gpu5gles216GLES2DecoderImpl19DoCopyTexSubImage2DEjiiiiiii 6299 fun:_ZN3gpu5gles216GLES2DecoderImpl19DoCopyTexSubImage2DEjiiiiiii
6309 fun:_ZN3gpu5gles216GLES2DecoderImpl23HandleCopyTexSubImage2DEjRKNS0_4cmds17Co pyTexSubImage2DE 6300 fun:_ZN3gpu5gles216GLES2DecoderImpl23HandleCopyTexSubImage2DEjRKNS0_4cmds17Co pyTexSubImage2DE
6310 fun:_ZN3gpu5gles216GLES2DecoderImpl9DoCommandEjjPKv 6301 fun:_ZN3gpu5gles216GLES2DecoderImpl9DoCommandEjjPKv
6311 fun:_ZN3gpu13CommandParser14ProcessCommandEv 6302 fun:_ZN3gpu13CommandParser14ProcessCommandEv
6312 fun:_ZN3gpu12GpuScheduler10PutChangedEv 6303 fun:_ZN3gpu12GpuScheduler10PutChangedEv
6313 fun:_ZN3gpu22InProcessCommandBuffer12PumpCommandsEv 6304 fun:_ZN3gpu22InProcessCommandBuffer12PumpCommandsEv
6314 } 6305 }
OLDNEW
« no previous file with comments | « content/renderer/webcrypto/platform_crypto_nss.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698