summaryrefslogtreecommitdiff
path: root/mysql-test/valgrind.supp
diff options
context:
space:
mode:
authorOleksandr Byelkin <sanja@mariadb.com>2018-07-17 16:56:21 +0200
committerOleksandr Byelkin <sanja@mariadb.com>2018-07-17 16:56:21 +0200
commite5c26fdfab3d43ad2b0524a3bf29f59f6fab37d8 (patch)
tree57b7e29f042bb3a98e8c76a3f9285a2b81c2250f /mysql-test/valgrind.supp
parent1fd84f9129f2ed98706f6e225b06b16a13d0ebd0 (diff)
parent2fbf2277ffec86d69f793534da7043b6dd540780 (diff)
downloadmariadb-git-e5c26fdfab3d43ad2b0524a3bf29f59f6fab37d8.tar.gz
Merge branch '5.5' into bb-10.0-merge
Diffstat (limited to 'mysql-test/valgrind.supp')
-rw-r--r--mysql-test/valgrind.supp13
1 files changed, 13 insertions, 0 deletions
diff --git a/mysql-test/valgrind.supp b/mysql-test/valgrind.supp
index 620bc958196..9114a8fc7bd 100644
--- a/mysql-test/valgrind.supp
+++ b/mysql-test/valgrind.supp
@@ -644,6 +644,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