mirror of
https://github.com/MariaDB/server.git
synced 2026-01-06 05:22:24 +03:00
unpack_fields() didn't expect NULL_LENGHT in the field's descriptions. In this case we get NULL in the resulting string so cannot use strdup_root to make a copy of it. strdup_root changed with strmake_root as it's NULL-safe