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

Unified 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, 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « content/renderer/webcrypto/platform_crypto_nss.cc ('k') | 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 32e4265d4a07c22876e91aa55b58f606936cdc39..dded8f728ecd9d49f70d5e69d7ee2aa2f9ab9d37 100644
--- a/tools/valgrind/memcheck/suppressions.txt
+++ b/tools/valgrind/memcheck/suppressions.txt
@@ -6266,15 +6266,6 @@
fun:_ZN50LoginDatabaseTest_UpdateIncompleteCredentials_Test8TestBodyEv
}
{
- bug_347965
- Memcheck:Leak
- ...
- fun:SECKEY_ConvertToPublicKey
- fun:_ZN7content9webcrypto8platform12_GLOBAL__N_125CreatePrivateKeyAlgorithmERKN5blink18WebCryptoAlgorithmEP19SECKEYPrivateKeyStrPNS3_21WebCryptoKeyAlgorithmE
- fun:_ZN7content9webcrypto8platform14ImportKeyPkcs8ERKN5blink18WebCryptoAlgorithmERKNS0_10CryptoDataEbiPNS2_12WebCryptoKeyE
- fun:_ZN7content9webcrypto9ImportKeyEN5blink18WebCryptoKeyFormatERKNS0_10CryptoDataERKNS1_18WebCryptoAlgorithmEbiPNS1_12WebCryptoKeyE
-}
-{
bug_347967_a
Memcheck:Uninitialized
fun:unpack_RGBA8888
« 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