mirror of
https://github.com/SOCI/soci.git
synced 2026-05-01 00:29:15 -05:00
81305a3318
This allows the suppression to still apply even if the exact library name changes, as it recently happened in Travis CI Ubuntu Xenial build environment (where it is 20.3.17 now instead of 20.3.12 as before).
31 lines
709 B
Plaintext
31 lines
709 B
Plaintext
# Reported as a leak in Travis CI Ubuntu 12.04.5 LTS builds.
|
|
{
|
|
ignored libc NSS leak
|
|
Memcheck:Leak
|
|
fun:malloc
|
|
fun:nss_parse_service_list
|
|
fun:__nss_database_lookup
|
|
}
|
|
|
|
# Leaks in Travis CI Ubuntu 16.04 builds.
|
|
{
|
|
ignored mysql_init leak
|
|
Memcheck:Leak
|
|
fun:malloc
|
|
obj:/usr/lib/x86_64-linux-gnu/libmysqlclient.so*
|
|
obj:/usr/lib/x86_64-linux-gnu/libmysqlclient.so*
|
|
obj:/usr/lib/x86_64-linux-gnu/libmysqlclient.so*
|
|
fun:mysql_server_init
|
|
fun:mysql_init
|
|
}
|
|
|
|
{
|
|
ignored mysql_init leak
|
|
Memcheck:Leak
|
|
fun:malloc
|
|
obj:/usr/lib/x86_64-linux-gnu/libmysqlclient.so*
|
|
obj:/usr/lib/x86_64-linux-gnu/libmysqlclient.so*
|
|
fun:mysql_server_init
|
|
fun:mysql_init
|
|
}
|