Bug 446281 Add a DRD suppression for fwrite

Add a suppression for fwrite-like functions.
Helgrind already has a similar suppression.
This commit is contained in:
Paul Floyd 2021-12-02 00:25:20 +01:00
parent c2607e093c
commit 53ad200bfa
2 changed files with 10 additions and 0 deletions

3
NEWS
View File

@ -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

View File

@ -37,6 +37,13 @@
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++