Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
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
21 changes: 21 additions & 0 deletions src/cart/utils/memcheck-cart.supp
Original file line number Diff line number Diff line change
Expand Up @@ -795,3 +795,24 @@
fun:_cgo_b590e4e2531a_Cfunc_daos_init
fun:runtime.asmcgocall.abi0
}
{
getpwnam_r() leak
Memcheck:Leak
fun:*alloc
...
fun:getpwnam_r*
}
{
getpwuid_r() leak
Memcheck:Leak
fun:calloc
...
fun:getpwuid_r*
}
{
localtime() leak
Memcheck:Leak
fun:malloc
...
fun:__tz_convert
}
5 changes: 2 additions & 3 deletions utils/test_memcheck.supp
Original file line number Diff line number Diff line change
Expand Up @@ -356,12 +356,11 @@
fun:start_thread
}
{
getpwnam_r leak
getpwnam_r() leak
Memcheck:Leak
fun:*alloc
...
fun:_nss_systemd_getpwnam_r
fun:getpwnam_r*
fun:daos_acl_principal_to_uid
}
{
getgrgid_r leak
Expand Down
Loading