diff options
author | Sergei Golubchik <serg@mariadb.org> | 2017-02-16 11:32:47 +0100 |
---|---|---|
committer | Sergei Golubchik <serg@mariadb.org> | 2017-02-27 12:35:10 +0100 |
commit | eef21014898d61e77890359d6546d4985d829ef6 (patch) | |
tree | ad7bfc1b8e40d192b092ec289466bd216242fbb5 /mysql-test/purify.supp | |
parent | ac78927aefa2bd0d869d999839480d69086a9882 (diff) | |
download | mariadb-git-eef21014898d61e77890359d6546d4985d829ef6.tar.gz |
MDEV-11933 Wrong usage of linked list in mysql_prune_stmt_list
mysql_prune_stmt_list() was walking the list following
element->next pointers, but inside the loop it was invoking
list_add(element) that modified element->next. So, mysql_prune_stmt_list()
failed to visit and reset all elements, and some of them were left
with pointers to invalid MYSQL.
Diffstat (limited to 'mysql-test/purify.supp')
0 files changed, 0 insertions, 0 deletions