|
From: <sv...@va...> - 2008-12-21 17:21:09
|
Author: bart
Date: 2008-12-21 17:21:05 +0000 (Sun, 21 Dec 2008)
New Revision: 8855
Log:
Added a suppression pattern for the data races triggered by the glibc function fflush().
Modified:
trunk/glibc-2.X-drd.supp
Modified: trunk/glibc-2.X-drd.supp
===================================================================
--- trunk/glibc-2.X-drd.supp 2008-12-21 17:20:22 UTC (rev 8854)
+++ trunk/glibc-2.X-drd.supp 2008-12-21 17:21:05 UTC (rev 8855)
@@ -78,6 +78,12 @@
fun:vfprintf
}
{
+ libc:stdio
+ drd:ConflictingAccess
+ ...
+ fun:fflush
+}
+{
librt
drd:ConflictingAccess
fun:__librt_enable_asynccancel
|