mirror of
https://github.com/MariaDB/server.git
synced 2025-08-01 03:47:19 +03:00
Merge 10.1 into 10.2
This commit is contained in:
@ -626,6 +626,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
|
||||
|
Reference in New Issue
Block a user