Skip to content
Permalink
Browse files
Added valgrind suppression for OpenSuse 42.2
  • Loading branch information
montywi committed Jun 27, 2018
1 parent 90e608c commit 1f6a89a
Showing 1 changed file with 13 additions and 0 deletions.
@@ -608,6 +608,19 @@
fun:dlopen*
}

#
# Warning caused by small memory leak in _dl_init
#

{
dl_init memory leak
Memcheck:Leak
fun:malloc
obj:*/libstdc++.so*
fun:call_init.part*
fun:_dl_init
}

#
# In glibc (checked version 2.7), inet_ntoa allocates an 18-byte
# per-thread static buffer for the return value. That memory is freed

0 comments on commit 1f6a89a

Please sign in to comment.