mirror of
https://github.com/MariaDB/server.git
synced 2025-12-24 11:21:21 +03:00
The failing assertion was written with the assumption that a NULL string can never be passed to my_strtod(). However, an empty string may be passed under some circumstances by passing str == NULL and *end == NULL. Fixed the assertion to take the above case into account.
10 KiB
10 KiB