Concurrent execution of DDL statements and repeated INSERT operations result in out-of-bounds access to ha_alter_info->key_info_buffer, causing an instance Crash.
Issue Triggering Scenarios
Rebuilding tables without primary keys may trigger out-of-bounds access to key_info_buffer when a duplicate row is inserted, causing an instance Crash.