Skip to content

Commit

Permalink
Valgrind: Adjust statx suppressions
Browse files Browse the repository at this point in the history
We have 2 new variations on the statx false positive,
this time from calls from the Rust code.
I'm removing the mangled symbol to simplify the rule and accomodate
future variations.
  • Loading branch information
micahsnyder committed Mar 28, 2024
1 parent b5c8624 commit dbf23db
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions unit_tests/valgrind.supp
Original file line number Diff line number Diff line change
Expand Up @@ -320,7 +320,6 @@
statx(file_name)
fun:statx
fun:statx
fun:_ZN3std3sys4unix2fs9try_statx*
...
}
{
Expand All @@ -338,7 +337,6 @@
statx(file_name)
fun:syscall
fun:statx
fun:_ZN3std3sys4unix2fs9try_statx*
...
}
{
Expand All @@ -347,7 +345,6 @@
statx(buf)
fun:syscall
fun:statx
fun:_ZN3std3sys4unix2fs9try_statx*
...
}
{
Expand Down

0 comments on commit dbf23db

Please sign in to comment.