Skip to content

Commit

Permalink
added an issue in libtirpc to valgrind suppression file
Browse files Browse the repository at this point in the history
// BelongsTo: CS-582
  • Loading branch information
jgabler-hpc committed Oct 18, 2024
1 parent 7149c40 commit 9cc7bb6
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions valgrind.supp
Original file line number Diff line number Diff line change
Expand Up @@ -143,4 +143,15 @@
fun:clone
}

{
some issue in libtirpc.so
Memcheck:Leak
match-leak-kinds: definite
fun:calloc
obj:/usr/lib/x86_64-linux-gnu/libtirpc.so.3.0.0
obj:/usr/lib/x86_64-linux-gnu/libtirpc.so.3.0.0
fun:clnt_tp_create_timed
fun:clnt_create_timed
...
}

0 comments on commit 9cc7bb6

Please sign in to comment.