Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

allocator_api: provide a grow_zeroed implementation #99

Merged
merged 2 commits into from
Feb 18, 2021
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
valgrind: false positive
Signed-off-by: Arthur Gautier <[email protected]>
  • Loading branch information
baloo committed Feb 17, 2021
commit b1c1b2a914747a3f18c56dccf450d80a8bf5f0e3
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
}