]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Add a suppression for yet another glibc string function: __strcpy_chk.
authorJulian Seward <jseward@acm.org>
Wed, 12 Apr 2006 13:41:51 +0000 (13:41 +0000)
committerJulian Seward <jseward@acm.org>
Wed, 12 Apr 2006 13:41:51 +0000 (13:41 +0000)
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

glibc-2.4.supp

index b603d0d8c167fe6ba40fad8ab74d5f8591eb14a0..bbcd4f5a5d40de5fccd9af62c3de00efae7bae7b 100644 (file)
    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