1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

Added valgrind suppression for OpenSuse 42.2

This commit is contained in:
Michael Widenius
2018-06-27 13:18:03 +03:00
parent 90e608c6ac
commit 1f6a89a8fd

View File

@ -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