| 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
|
|
|