summaryrefslogtreecommitdiff
path: root/mysql-test/valgrind.supp
diff options
context:
space:
mode:
authorGeorgi Kodinov <kgeorge@mysql.com>2008-10-10 12:52:23 +0300
committerGeorgi Kodinov <kgeorge@mysql.com>2008-10-10 12:52:23 +0300
commitfeb051be817e31cac77eeda6c011855c927faf88 (patch)
tree65833fb51534e5e63a41939a3ce51771fc031e83 /mysql-test/valgrind.supp
parent486a0d7e14d5f83db6721d9694eaa9976ce329fc (diff)
downloadmariadb-git-feb051be817e31cac77eeda6c011855c927faf88.tar.gz
Bug #32124 addendum #2
- fixed an unitialized memory read - fixed a compilation warning - added a suppression for FC9 x86_64 mysql-test/valgrind.supp: Bug #3214: added a suppression for FC9 x86_64 sql/item_func.cc: Bug #32124 - fixed an unitialized memory read - fixed a compilation warning
Diffstat (limited to 'mysql-test/valgrind.supp')
-rw-r--r--mysql-test/valgrind.supp9
1 files changed, 9 insertions, 0 deletions
diff --git a/mysql-test/valgrind.supp b/mysql-test/valgrind.supp
index cb1b07c83b0..64c439314a9 100644
--- a/mysql-test/valgrind.supp
+++ b/mysql-test/valgrind.supp
@@ -444,6 +444,15 @@
fun:_dl_open
}
+{
+ libc pthread_exit 8
+ Memcheck:Leak
+ fun:malloc
+ fun:local_strdup
+ fun:_dl_map_object
+ fun:dl_open_worker
+}
+
#
# This is seen internally in the system libraries on 64-bit RHAS3.
#