]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
drd: Add a suppression pattern
authorBart Van Assche <bvanassche@acm.org>
Fri, 8 Jun 2012 06:59:18 +0000 (06:59 +0000)
committerBart Van Assche <bvanassche@acm.org>
Fri, 8 Jun 2012 06:59:18 +0000 (06:59 +0000)
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@12621

glibc-2.X-drd.supp

index 454de2dd9b136e8fe45ddb2f3bacd9d6a7f75cdb..e66f1c4ed0f62adef4ca44f3c0eb3c31e6a25622 100644 (file)
    drd:ConflictingAccess
    fun:write
 }
+{
+   drd-libc-random
+   drd:ConflictingAccess
+   fun:random_r
+   fun:random
+}
 
 #
 # Suppression patterns for libstdc++, the implementation of the standard C++