]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Bug 446281 Add a DRD suppression for fwrite
authorPaul Floyd <pjfloyd@wanadoo.fr>
Wed, 1 Dec 2021 23:25:20 +0000 (00:25 +0100)
committerPaul Floyd <pjfloyd@wanadoo.fr>
Wed, 1 Dec 2021 23:25:20 +0000 (00:25 +0100)
Add a suppression for fwrite-like functions.
Helgrind already has a similar suppression.

NEWS
glibc-2.X-drd.supp.in

diff --git a/NEWS b/NEWS
index 76e598fb7faac226f8a9113f391d05f7c0be94a9..e7b53a515c9c3ae8899bff08ec1d8b2e4b02ab06 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -54,6 +54,9 @@ are not entered into bugzilla tend to get forgotten about or ignored.
 445354  arm64 backend: incorrect code emitted for doubleword CAS
 445415  arm64 front end: alignment checks missing for atomic instructions
 445668  Inline stack frame generation is broken for Rust binaries
+446139  DRD/Helgrind with std::shared_timed_mutex::try_lock_until and try_lock_shared_until false positives
+446138  DRD/Helgrind with std::timed_mutex::try_lock_until false positives
+446281  Add a DRD suppression for fwrite
 
 To see details of a given bug, visit
   https://bugs.kde.org/show_bug.cgi?id=XXXXXX
index 9a9b6f0752981eb791c5eb41cf5b25dd9201e814..b8c8ac0ad5048a86afa5563b7ab89367a0f5c2fa 100644 (file)
    fun:random_r
    fun:random
 }
+{
+   drd-glibc-io-xsputn-mempcpy
+   drd:ConflictingAccess
+   fun:__GI_mempcpy
+   fun:_IO_*xsputn*
+   obj:@GLIBC_LIBC_PATH@ 
+}
 
 #
 # Suppression patterns for libstdc++, the implementation of the standard C++