summaryrefslogtreecommitdiff
path: root/xfree-4.supp
diff options
context:
space:
mode:
authorsewardj <sewardj@a5019735-40e9-0310-863c-91ae7b9d1cf9>2008-10-23 10:16:02 +0000
committersewardj <sewardj@a5019735-40e9-0310-863c-91ae7b9d1cf9>2008-10-23 10:16:02 +0000
commit5d05b150c5b89463d26d4c539783d3b28a035151 (patch)
tree48cde007c64009486ade107c7a3f932c4ecd6729 /xfree-4.supp
parent89c5bd8258d0483ba7c100c08174a0e15ab9e610 (diff)
Add further zlib suppressions.
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@8699 a5019735-40e9-0310-863c-91ae7b9d1cf9
Diffstat (limited to 'xfree-4.supp')
-rw-r--r--xfree-4.supp22
1 files changed, 22 insertions, 0 deletions
diff --git a/xfree-4.supp b/xfree-4.supp
index ac51e36b..48184371 100644
--- a/xfree-4.supp
+++ b/xfree-4.supp
@@ -3,6 +3,10 @@
# Errors to suppress by default with XFree86 4.1.0)
+# *** And a bunch of other stuff which is completely unrelated
+# to X. The default suppressions are a bit of a mess and could do
+# with a good tidying up.
+
# Format of this file is:
# {
# name_of_suppression
@@ -314,6 +318,12 @@
obj:/*lib*/libz.so.1.2.*
fun:deflate
}
+{
+ zlib-1.2.x trickyness (1b): See http://www.zlib.net/zlib_faq.html#faq36
+ Memcheck:Cond
+ obj:/*lib*/libz.so.1.2.*
+ fun:deflate
+}
{
zlib-1.2.x trickyness (2a): See http://www.zlib.net/zlib_faq.html#faq36
@@ -322,6 +332,12 @@
obj:/*lib*/libz.so.1.2.*
fun:deflate
}
+{
+ zlib-1.2.x trickyness (2b): See http://www.zlib.net/zlib_faq.html#faq36
+ Memcheck:Value8
+ obj:/*lib*/libz.so.1.2.*
+ fun:deflate
+}
{
zlib-1.2.x trickyness (3a): See http://www.zlib.net/zlib_faq.html#faq36
@@ -330,6 +346,12 @@
obj:/*lib*/libz.so.1.2.*
fun:deflate
}
+{
+ zlib-1.2.x trickyness (3b): See http://www.zlib.net/zlib_faq.html#faq36
+ Memcheck:Value4
+ obj:/*lib*/libz.so.1.2.*
+ fun:deflate
+}
##----------------------------------------------------------------------##