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

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

Issue 218010: Reland: Linux (nss) implementations of RSAPrivateKey and SignatureCreator (Closed)
Patch Set: cr changes Created 11 years, 3 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 | « base/crypto/signature_creator_win.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 20df38726572c2477b8c8f8fe6b435b5bd512c34..acf4410e818ceaf96106f848edd3d089b0676928 100644
--- a/tools/valgrind/memcheck/suppressions.txt
+++ b/tools/valgrind/memcheck/suppressions.txt
@@ -287,7 +287,16 @@
...
fun:_ZN5NPAPI9PluginLib17ReadWebPluginInfoERK8FilePathP13WebPluginInfo
}
-
+{
+ # NSS bug https://bugzilla.mozilla.org/show_bug.cgi?id=518443
+ https://bugzilla.mozilla.org/show_bug.cgi?id=518443
+ Memcheck:Leak
+ fun:calloc
+ fun:PR_Calloc
+ fun:PORT_ZAlloc_Util
+ fun:PORT_NewArena_Util
+ fun:PK11_ImportAndReturnPrivateKey
+}
#-----------------------------------------------------------------------
# 2. intentional unit test errors, or stuff that is somehow a false positive
# in our own code, or stuff that is so trivial it's not worth fixing
« no previous file with comments | « base/crypto/signature_creator_win.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698