mirror of
https://github.com/isar/libmdbx.git
synced 2024-10-29 23:19:20 +08:00
mdbx-test: add Valgrind-suppressions for bcmp/memcmp of page-check inside mdbx_iov_write()
.
Related to https://github.com/erthink/libmdbx/issues/269.
This commit is contained in:
parent
d13534967a
commit
50d5b2345e
@ -31,6 +31,20 @@
|
||||
fun:mdbx_wipe_steady
|
||||
}
|
||||
|
||||
# memcmp() inside mdbx_iov_write() as workaround for https://github.com/erthink/libmdbx/issues/269
|
||||
{
|
||||
write-page-check-bcmp
|
||||
Memcheck:Cond
|
||||
fun:bcmp
|
||||
fun:mdbx_iov_write
|
||||
}
|
||||
{
|
||||
write-page-check-memcmp
|
||||
Memcheck:Cond
|
||||
fun:memcmp*
|
||||
fun:mdbx_iov_write
|
||||
}
|
||||
|
||||
# single-page flush by pwrite()
|
||||
{
|
||||
pwrite-page-flush
|
||||
|
Loading…
Reference in New Issue
Block a user