From: Bart Van Assche Date: Fri, 8 Jun 2012 06:59:18 +0000 (+0000) Subject: drd: Add a suppression pattern X-Git-Tag: svn/VALGRIND_3_8_0~247 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=55d45b535a499849325999c5eadd84a8ccfe7758;p=thirdparty%2Fvalgrind.git drd: Add a suppression pattern git-svn-id: svn://svn.valgrind.org/valgrind/trunk@12621 --- diff --git a/glibc-2.X-drd.supp b/glibc-2.X-drd.supp index 454de2dd9b..e66f1c4ed0 100644 --- a/glibc-2.X-drd.supp +++ b/glibc-2.X-drd.supp @@ -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++