diff options
author | Kristofer Pettersson <kristofer.pettersson@sun.com> | 2008-11-07 13:12:56 +0100 |
---|---|---|
committer | Kristofer Pettersson <kristofer.pettersson@sun.com> | 2008-11-07 13:12:56 +0100 |
commit | e88487cc27014be1e8cd02a09b48d11aa1ca8b02 (patch) | |
tree | 220aebbee7b075af427bc118a22b5792fb90f9d2 /mysql-test | |
parent | 8b1f501c70426cc51a8af0b859efb4dea07fcac5 (diff) | |
download | mariadb-git-e88487cc27014be1e8cd02a09b48d11aa1ca8b02.tar.gz |
Bug#38883 thd_security_context is not thread safe, crashes?
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.
Diffstat (limited to 'mysql-test')
0 files changed, 0 insertions, 0 deletions