|
From: <sv...@va...> - 2012-06-08 06:59:25
|
bart 2012-06-08 07:59:18 +0100 (Fri, 08 Jun 2012)
New Revision: 12621
Log:
drd: Add a suppression pattern
Modified files:
trunk/glibc-2.X-drd.supp
Modified: trunk/glibc-2.X-drd.supp (+6 -0)
===================================================================
--- trunk/glibc-2.X-drd.supp 2012-06-08 07:39:43 +01:00 (rev 12620)
+++ trunk/glibc-2.X-drd.supp 2012-06-08 07:59:18 +01:00 (rev 12621)
@@ -29,6 +29,12 @@
drd:ConflictingAccess
fun:write
}
+{
+ drd-libc-random
+ drd:ConflictingAccess
+ fun:random_r
+ fun:random
+}
#
# Suppression patterns for libstdc++, the implementation of the standard C++
|