mirror of
https://github.com/MariaDB/server.git
synced 2025-12-10 19:44:09 +03:00
This was a buffer overrun in do_div_mod(), overwriting the internal buffer of auto variable 'tmp' in Item_func_int_div::val_int. Result on windows: 'this' is set to zero, and crash. Ran fine on other platforms (no valgrind warnings), but this is undefined behaviour on any platform of course.
16 KiB
16 KiB