From 03d250699791e21aedd1b52794a219627413330d Mon Sep 17 00:00:00 2001 From: Bart Van Assche Date: Sun, 21 Dec 2008 17:21:05 +0000 Subject: [PATCH] Added a suppression pattern for the data races triggered by the glibc function fflush(). git-svn-id: svn://svn.valgrind.org/valgrind/trunk@8855 --- glibc-2.X-drd.supp | 6 ++++++ 1 file changed, 6 insertions(+) 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 -- 2.47.3