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.
Showing
Please register or sign in to comment
Problem was that str->alloc(length) needed a buffer of length+1 as decimals2string() will add an end null.