mirror of
https://github.com/MariaDB/server.git
synced 2025-11-10 23:02:54 +03:00
The check_table_access function initializes per-table grant info and performs
access rights check. It wasn't called for SHOW STATUS statement thus left
grants info uninitialized. In some cases this led to server crash. In other
cases it allowed a user to check for presence/absence of arbitrary values in
any tables.
Now the check_table_access function is called prior to the statement
processing.
8.6 KiB
8.6 KiB