summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authordkegel@google.com <dkegel@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2009-03-17 00:42:51 +0000
committerdkegel@google.com <dkegel@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2009-03-17 00:42:51 +0000
commitce112b97d7fb2b0c23d1e8f5285b031588508983 (patch)
tree21e25567e44042d805efd1eb6343b1c34e231589 /tools
parent2a2576e904300c757ca90d129346401c63eacb96 (diff)
downloadchromium_src-ce112b97d7fb2b0c23d1e8f5285b031588508983.zip
chromium_src-ce112b97d7fb2b0c23d1e8f5285b031588508983.tar.gz
chromium_src-ce112b97d7fb2b0c23d1e8f5285b031588508983.tar.bz2
Move the ssl suppressions together, simplify, improve comment.
Review URL: http://codereview.chromium.org/48035 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@11813 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'tools')
-rw-r--r--tools/valgrind/suppressions.txt26
1 files changed, 15 insertions, 11 deletions
diff --git a/tools/valgrind/suppressions.txt b/tools/valgrind/suppressions.txt
index e12bcca..0bd4dbe 100644
--- a/tools/valgrind/suppressions.txt
+++ b/tools/valgrind/suppressions.txt
@@ -6,16 +6,6 @@
fun:MOZ_Z_deflate
}
{
- dlopen invalid read; not our problem.
- Memcheck:Value4
- fun:*
- fun:*
- fun:*
- fun:*
- fun:dlopen@@GLIBC_2.1
- fun:PR_LoadLibraryWithFlags
-}
-{
gtk developers don't like cleaning up one-time leaks. See http://mail.gnome.org/archives/gtk-devel-list/2004-April/msg00230.html
Memcheck:Leak
...
@@ -32,7 +22,21 @@
fun:FcInit
}
{
- NSS leak See also http://sources.redhat.com/bugzilla/show_bug.cgi?id=2451
+ dlopen invalid read, probably a bug in glibc. TODO(dkegel): file glibc bug
+ Memcheck:Value4
+ ...
+ fun:dlopen@@GLIBC_2.1
+ fun:PR_LoadLibraryWithFlags
+}
+{
+ NSS/glibc leak. See also http://sources.redhat.com/bugzilla/show_bug.cgi?id=2451
+ Memcheck:Leak
+ ...
+ fun:dlopen@@GLIBC_2.1
+ fun:PR_LoadLibraryWithFlags
+}
+{
+ Pure NSS leak, does not involve glibc
Memcheck:Leak
...
fun:NSS_NoDB_Init