# Valgrind suppression file.
#
# N.B. We need separate entries for statx(buf) and statx(file_name) because
# glob "*" doesn't work in syscall name.
# syscall, statx
{
statx(buf) points to unaddressable byte(s)
Memcheck:Param
statx(buf)
fun:syscall
fun:statx
fun:_ZN3std3sys4unix2fs9try_statx*
}
{
statx(file_name) points to unaddressable byte(s)
Memcheck:Param
statx(file_name)
fun:syscall
fun:statx
fun:_ZN3std3sys4unix2fs9try_statx*
}
# statx, statx
{
statx(file_name) points to unaddressable byte(s)
Memcheck:Param
statx(file_name)
fun:statx
fun:statx
fun:_ZN3std3sys4unix2fs9try_statx*
}
{
statx(buf) points to unaddressable byte(s)
Memcheck:Param
statx(buf)
fun:statx
fun:statx
fun:_ZN3std3sys4unix2fs9try_statx*
}