mirror of
https://github.com/MariaDB/server.git
synced 2026-04-27 02:35:29 +02:00
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. |
||
|---|---|---|
| .. | ||
| client.c | ||
| client_plugin.c | ||
| my_time.c | ||
| my_user.c | ||
| mysql_async.c | ||
| pack.c | ||