mariadb/sql-common
Sergei Golubchik eef2101489 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.
2017-02-27 12:35:10 +01:00
..
client.c MDEV-11933 Wrong usage of linked list in mysql_prune_stmt_list 2017-02-27 12:35:10 +01:00
client_plugin.c MDEV-7435 Windows debug: Run-Time Check Failure #3 - The variable 'unused' is being used without being initialized. 2015-02-06 15:49:45 +04:00
my_time.c Merge 5.3->5.5 2014-06-04 21:53:15 +04:00
my_user.c Updated/added copyright headers 2011-06-30 17:46:53 +02:00
mysql_async.c MDEV-3802. Millisecond timeout support in non-blocking client library. 2012-10-12 10:54:46 +02:00
pack.c Updated/added copyright headers 2014-01-06 10:52:35 +05:30