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

Unified Diff: tools/heapcheck/suppressions.txt

Issue 10206012: Add more suppression rules for NSS leaks. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 8 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/heapcheck/suppressions.txt
===================================================================
--- tools/heapcheck/suppressions.txt (revision 133640)
+++ tools/heapcheck/suppressions.txt (working copy)
@@ -125,6 +125,28 @@
fun:net::CertDatabaseNSSTest::SetUp
}
{
+ bug_51988_h
+ Heapcheck:Leak
+ fun:sqlite3MemMalloc
+ ...
+ fun:chromeos::OncNetworkParser::ParseServerOrCaCertificate
+ fun:chromeos::OncNetworkParser::ParseCertificate
+}
+{
+ bug_51988_i
+ Heapcheck:Leak
+ fun:sqlite3MemMalloc
+ fun:net::X509Certificate::GetDefaultNickname
+}
+{
+ bug_51988_j
+ Heapcheck:Leak
+ fun:sqlite3MemMalloc
+ fun:chromeos::*::ListCertsInSlot
+ ...
+ fun:chromeos::*::TearDown
+}
+{
bug_66941_a
Heapcheck:Leak
fun:PR_NewLock
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698