diff options
author | Michael Widenius <monty@mariadb.org> | 2018-06-27 13:18:03 +0300 |
---|---|---|
committer | Michael Widenius <monty@mariadb.org> | 2018-06-27 13:41:19 +0300 |
commit | 1f6a89a8fdf88029518584f3e906d0e55bc1889a (patch) | |
tree | 93b9881501f75fccda91cc8a080e2637182e5010 /mysql-test/valgrind.supp | |
parent | 90e608c6acd150e727cb0002f36767d0866aa633 (diff) | |
download | mariadb-git-1f6a89a8fdf88029518584f3e906d0e55bc1889a.tar.gz |
Added valgrind suppression for OpenSuse 42.2
Diffstat (limited to 'mysql-test/valgrind.supp')
-rw-r--r-- | mysql-test/valgrind.supp | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/mysql-test/valgrind.supp b/mysql-test/valgrind.supp index 71e6836365e..c9c06c2634a 100644 --- a/mysql-test/valgrind.supp +++ b/mysql-test/valgrind.supp @@ -609,6 +609,19 @@ } # +# 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 # at thread exit, however if called from the main thread, Valgrind |