Skip to content

Commit

Permalink
valgrind: false positive
Browse files Browse the repository at this point in the history
Signed-off-by: Arthur Gautier <[email protected]>
  • Loading branch information
baloo committed Feb 17, 2021
1 parent d152a63 commit b1c1b2a
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions valgrind.supp
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,17 @@
fun:syscall
fun:statx
}
{
<false positive fixed in valgrind 3.16 and higher part 3>
Memcheck:Param
statx(buf)
fun:statx
fun:statx
}
{
<false positive fixed in valgrind 3.16 and higher part 4>
Memcheck:Param
statx(file_name)
fun:statx
fun:statx
}

0 comments on commit b1c1b2a

Please sign in to comment.