]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Added a suppression pattern for the data races triggered by the glibc function fflush().
authorBart Van Assche <bvanassche@acm.org>
Sun, 21 Dec 2008 17:21:05 +0000 (17:21 +0000)
committerBart Van Assche <bvanassche@acm.org>
Sun, 21 Dec 2008 17:21:05 +0000 (17:21 +0000)
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@8855

glibc-2.X-drd.supp

index 4b13a0a2890ff35480ad487d437f159a7cf1a710..02a65de752374acf39464e93022b7b2bf1cb91a0 100644 (file)
    fun:_IO_file_xsputn*
    fun:vfprintf
 }
+{
+   libc:stdio
+   drd:ConflictingAccess
+   ...
+   fun:fflush
+}
 {
    librt
    drd:ConflictingAccess