mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
backport valgrind cleanups from 6.0-engines
mysql-test/valgrind.supp: silence valgrind warning of memory leak in dlopen strings/strmake.c: silence valgrind warning cause by strlen examining unset bytes.
This commit is contained in:
@ -495,3 +495,16 @@
|
||||
fun:_db_enter_
|
||||
fun:kill_server
|
||||
}
|
||||
|
||||
#
|
||||
# Warning caused by small memory leak in threaded dlopen
|
||||
#
|
||||
|
||||
{
|
||||
dlopen threaded memory leak
|
||||
Memcheck:Leak
|
||||
fun:calloc
|
||||
obj:*/libdl-*.so
|
||||
fun:dlopen*
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user