mirror of
https://github.com/MariaDB/server.git
synced 2025-08-30 11:22:14 +03:00

in number_to_datetime(), zero out the MYSQL_TIME structure before setting values, to ensure that all fields are initialized; in particular, ensure that ->neg is set to zero (fixes valgrind warning "Conditional jump ... depends on uninitialised value" in make_date_time)