mirror of
https://github.com/Zenithsiz/ftmemsim-valgrind.git
synced 2026-02-03 10:05:29 +00:00
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:
parent
c2607e093c
commit
53ad200bfa
3
NEWS
3
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
|
||||
|
||||
@ -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++
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user