Skip to content

Commit 4d70741

Browse files
committed
qa: suppress __trans_list_add valgrind warning
Fixes: https://tracker.ceph.com/issues/65779 Signed-off-by: Patrick Donnelly <[email protected]>
1 parent cdef41d commit 4d70741

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

qa/valgrind.supp

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1105,4 +1105,13 @@
11051105
fun:exit
11061106
fun:(below main)
11071107
}
1108-
1108+
{
1109+
tracker #65779: __trans_list_add annoyance
1110+
Memcheck:Leak
1111+
match-leak-kinds: possible
1112+
fun:calloc
1113+
fun:__trans_list_add
1114+
...
1115+
fun:_dl_init
1116+
...
1117+
}

0 commit comments

Comments
 (0)