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

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

Issue 100823014: suppress memory leaks from net::NSSProfileFilterChromeOS::IsCertAllowed (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years 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/valgrind/memcheck/suppressions.txt
diff --git a/tools/valgrind/memcheck/suppressions.txt b/tools/valgrind/memcheck/suppressions.txt
index 2e2c0f7b1f1253e018b404f9dd7760d7bef5eca0..4f166000be9ae4e6d85c9744e56558f0c57849a0 100644
--- a/tools/valgrind/memcheck/suppressions.txt
+++ b/tools/valgrind/memcheck/suppressions.txt
@@ -6357,3 +6357,13 @@
fun:_ZN22MetricsNetworkObserverC1Ev
fun:_ZN10MetricsLogC1ERKSsi
}
+{
+ bug_329104
+ Memcheck:Leak
+ fun:malloc
+ fun:PORT_Alloc_Util
+ fun:PK11_AddSlotToList
+ fun:PK11_GetAllSlotsForCert
+ fun:_ZNK3net24NSSProfileFilterChromeOS13IsCertAllowedERK13scoped_refptrINS_15X509CertificateEE
+ fun:_ZNK3net24NSSProfileFilterChromeOS33CertNotAllowedForProfilePredicateclERK13scoped_refptrINS_15X509CertificateEE
+}
« 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