mirror of
https://github.com/MariaDB/server.git
synced 2025-05-28 13:01:41 +03:00

Field_bit::set_default() did not check the bit_len, hence used the undefined bit_ptr, causing a crash. The patch adds a check that bit_len > 0 before following the bit_ptr.
2 lines
9 B
Plaintext
2 lines
9 B
Plaintext
--innodb
|