summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
Diffstat (limited to 'tools')
-rw-r--r--tools/valgrind/memcheck/suppressions.txt11
1 files changed, 10 insertions, 1 deletions
diff --git a/tools/valgrind/memcheck/suppressions.txt b/tools/valgrind/memcheck/suppressions.txt
index 20df387..acf4410 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