mirror of
https://github.com/MariaDB/server.git
synced 2025-01-20 14:02:32 +01:00
033516c571
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.
1 line
9 B
Text
1 line
9 B
Text
--innodb
|