From: Julian Seward Date: Thu, 23 Oct 2008 10:16:02 +0000 (+0000) Subject: Add further zlib suppressions. X-Git-Tag: svn/VALGRIND_3_4_0~195 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=568116b2265796e5261c8fff645c8f2b3cad65ca;p=thirdparty%2Fvalgrind.git Add further zlib suppressions. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@8699 --- diff --git a/xfree-4.supp b/xfree-4.supp index ac51e36b06..48184371f6 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 +} ##----------------------------------------------------------------------##