mirror of
https://github.com/MariaDB/server.git
synced 2026-05-14 19:07:15 +02:00
Fix crash due to heap corruption in main.shm
This commit is contained in:
parent
94bad73dd1
commit
9eba34f086
1 changed files with 1 additions and 1 deletions
|
|
@ -6642,7 +6642,7 @@ pthread_handler_t handle_connections_shared_memory(void *arg)
|
|||
thd->security_ctx->host= my_strdup(my_localhost, MYF(0)); /* Host is unknown */
|
||||
create_new_thread(thd);
|
||||
connect_number++;
|
||||
set_current_thd(thd);
|
||||
set_current_thd(0);
|
||||
continue;
|
||||
|
||||
errorconn:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue