From: Julian Seward Date: Tue, 16 Jul 2002 02:11:51 +0000 (+0000) Subject: Add a suppression to deal with calling __libc_freeres(). X-Git-Tag: svn/VALGRIND_1_0_3~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=691e854037a4625b4829aea6a0e6133fab9a01e5;p=thirdparty%2Fvalgrind.git Add a suppression to deal with calling __libc_freeres(). git-svn-id: svn://svn.valgrind.org/valgrind/trunk@513 --- diff --git a/glibc-2.1.supp b/glibc-2.1.supp index 55210614cf..111293e97a 100644 --- a/glibc-2.1.supp +++ b/glibc-2.1.supp @@ -15,6 +15,17 @@ # (optionally: caller3 name) # } +#-------- Suppress errors appearing as a result of calling +#-------- __libc_freeres() + +{ + __libc_freeres/free_mem(Addr4) + Addr4 + fun:free_mem + fun:__libc_freeres +} + + ##----------------------------------------------------------------------## {