MDEV-16623 ASAN: use-after-free in create_index()
Before attempting to create an index, copy any fields from dict_table_t, because the table would be freed after a failed index creation.
Showing
Please register or sign in to comment
Before attempting to create an index, copy any fields from dict_table_t, because the table would be freed after a failed index creation.