Skip to content

Commit d5cfdab

Browse files
authored
Add more LSAN suppressions for use_tls=0 (#2769)
Signed-off-by: Bob Weinand <[email protected]>
1 parent ecad644 commit d5cfdab

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed
+3
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,5 @@
11
leak:timer_create
2+
# some glibc symbols which leak in glibc itself thanks to use_tls=0
23
leak:add_to_global
4+
leak:_dl_map_object_deps
5+
leak:__res_context_send

0 commit comments

Comments
 (0)