From: Julian Seward Date: Wed, 12 Apr 2006 13:41:51 +0000 (+0000) Subject: Add a suppression for yet another glibc string function: __strcpy_chk. X-Git-Tag: svn/VALGRIND_3_2_0~115 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=212f009d66f5688d1bf313124eccd8d032cf6bc9;p=thirdparty%2Fvalgrind.git Add a suppression for yet another glibc string function: __strcpy_chk. We really ought intercept/replace this, and that would be easy, except __strcpy_chk uses __chk_fail and I haven't figured out what that is/does. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@5844 --- diff --git a/glibc-2.4.supp b/glibc-2.4.supp index b603d0d8c1..bbcd4f5a5d 100644 --- a/glibc-2.4.supp +++ b/glibc-2.4.supp @@ -61,6 +61,14 @@ obj:/lib*/libc-2.3.90.so } +{ + Fedora-Core-5-__strcpy_chk-64bit-hack-TODO-fix-this-properly + Memcheck:Addr8 + fun:__strcpy_chk + obj:/usr/lib64/libX11.so.6.2.0 + obj:/usr/lib64/libX11.so.6.2.0 +} + ##----------------------------------------------------------------------## { glibc-2.3.x-on-SUSE-10.1-(PPC)-1