mirror of
https://github.com/MariaDB/server.git
synced 2025-12-21 11:01:08 +03:00
The test started failing following the push for BUG#41541.
Some of the algorithms access bytes beyond the input data
and this can affect up to one byte less than "word size"
which is BITS_SAVED / 8.
Fixed by adding (BITS_SAVED / 8) -1 bytes to buffer size
(i.e. Memory Segment #2) to avoid accessing un-allocated data.
5.1 KiB
5.1 KiB