From: Nicholas Nethercote Date: Mon, 15 Sep 2003 07:19:19 +0000 (+0000) Subject: Made the realpath overlap ones apply for Addrcheck too. X-Git-Tag: svn/VALGRIND_2_1_0~200 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=977e0eb56f1a0526ceb2bee35ee6f3bc465c32b5;p=thirdparty%2Fvalgrind.git Made the realpath overlap ones apply for Addrcheck too. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@1818 --- diff --git a/glibc-2.3.supp b/glibc-2.3.supp index 26312a9933..970269a520 100644 --- a/glibc-2.3.supp +++ b/glibc-2.3.supp @@ -66,14 +66,14 @@ } { realpath is inefficiently coded - Memcheck:Overlap + Addrcheck,Memcheck:Overlap fun:memcpy fun:realpath* } { realpath stupidity part II - Memcheck:Overlap + Addrcheck,Memcheck:Overlap fun:strcpy fun:realpath* }