From: Bart Van Assche Date: Sun, 21 Dec 2008 17:21:05 +0000 (+0000) Subject: Added a suppression pattern for the data races triggered by the glibc function fflush(). X-Git-Tag: svn/VALGRIND_3_4_0~42 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=03d250699791e21aedd1b52794a219627413330d;p=thirdparty%2Fvalgrind.git Added a suppression pattern for the data races triggered by the glibc function fflush(). git-svn-id: svn://svn.valgrind.org/valgrind/trunk@8855 --- diff --git a/glibc-2.X-drd.supp b/glibc-2.X-drd.supp index 4b13a0a289..02a65de752 100644 --- a/glibc-2.X-drd.supp +++ b/glibc-2.X-drd.supp @@ -77,6 +77,12 @@ fun:_IO_file_xsputn* fun:vfprintf } +{ + libc:stdio + drd:ConflictingAccess + ... + fun:fflush +} { librt drd:ConflictingAccess