mirror of
https://github.com/MariaDB/server.git
synced 2025-12-12 08:01:43 +03:00
Bug#57913 large negative number to string conversion functions crash String object which is used as result container of the item has uninitialized 'str_charset' field. This object might be used later to preform some internal operations and str_charset field is involved in these operations. It leads to crash. The fix is to intialize str_charset in my_decimal2string() func.
7.8 KiB
7.8 KiB