mirror of https://github.com/MariaDB/server
Browse Source
Innodb monitor could cause a server crash because of invalid access to a
shared variable in a concurrent environment.
This patch adds a guard to protect against crashes but not against
inconsistent values because of performance reasons.
sql/sql_class.cc:
* Attempt snapshot of static memory pointer proc_info to avoid null pointers.
pull/374/head
1 changed files with 27 additions and 12 deletions
Loading…
Reference in new issue