Issue
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.
Affected Kernel Versions
MySQL 5.6 versions 20210630 and later.
MySQL 5.7 versions 20211102 and earlier.
Fixed Kernel Version
MySQL 5.7 20240331.
Fixing Methods