mirror of
https://github.com/MariaDB/server.git
synced 2025-11-06 13:10:12 +03:00
Previously, UDF *_init functions were passed constant strings with erroneous lengths. The length came from the containing variable's size, not the length of the value itself. Now the *_init functions get the constant as a null terminated string with the correct length supplied too.
418 B
418 B