Skip to content

Commit

Permalink
Suppress leak in getaddrinfo
Browse files Browse the repository at this point in the history
  • Loading branch information
lwindolf committed Jan 20, 2025
1 parent b23d79f commit fd1932a
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions src/tests/memcheck.supp
Original file line number Diff line number Diff line change
Expand Up @@ -100,4 +100,27 @@
fun:g_type_module_unuse
obj:/usr/lib/x86_64-linux-gnu/libgio-2.0.so.0.8000.0
fun:g_io_extension_point_get_extensions
}
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:__libc_alloc_buffer_allocate
fun:alloc_buffer_allocate
fun:__resolv_conf_allocate
fun:__resolv_conf_load
fun:__resolv_conf_get_current
fun:__res_vinit
fun:maybe_init
fun:context_get
fun:context_get
fun:__resolv_context_get
fun:gethostbyname2_r@@GLIBC_2.2.5
fun:try_simple_gethostbyname
fun:gaih_inet
fun:getaddrinfo
obj:/usr/lib/x86_64-linux-gnu/libgio-2.0.so.0.8000.0
obj:/usr/lib/x86_64-linux-gnu/libglib-2.0.so.0.8000.0
obj:/usr/lib/x86_64-linux-gnu/libglib-2.0.so.0.8000.0
}

0 comments on commit fd1932a

Please sign in to comment.