1
0
mirror of https://github.com/MariaDB/server.git synced 2025-11-10 23:02:54 +03:00
Files
mariadb/sql/my_decimal.cc
Monty b1009ddfc9 MDEV-25778 Overrun buffer in to_string_native()
Problem was that str->alloc(length) needed a buffer of length+1 as
decimals2string() will add an end null.
2021-06-07 18:15:39 +03:00

12 KiB