mirror of https://github.com/MariaDB/server
Browse Source
The code was using a special global buffer for the value of IS NULL ranges. This was not always long enough to be copied by a regular memcpy. As a result read buffer overflows may occur. Fixed by setting the null byte to 1 and setting the rest of the field disk image to NULL with a bzero (instead of relying on the buffer and memcpy()).pull/47/merge
1 changed files with 14 additions and 4 deletions
Loading…
Reference in new issue