• Sergei Golubchik's avatar
    MDEV-23009 SIGSEGV in get_field from acl_load (on optimized builds) · 78f09b12
    Sergei Golubchik authored
    Classes that handle privilege tables (like Tables_priv_table)
    could read some columns conditionally but they expect a certain
    minimal number of colunms always to exist.
    
    Add a check for a minimal required number of columns in privilege tables,
    don't use a table that has fewer columns than required.
    78f09b12
grant5.test 6.55 KB