mirror of
https://github.com/isar/libmdbx.git
synced 2025-01-06 19:04:12 +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
|
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()
|
# single-page flush by pwrite()
|
||||||
{
|
{
|
||||||
pwrite-page-flush
|
pwrite-page-flush
|
||||||
|
Loading…
x
Reference in New Issue
Block a user