mirror of
https://github.com/MariaDB/server.git
synced 2025-11-27 05:41:41 +03:00
The server crashed due to the stack-use-after-scope on tmp_str. tmp_str will be used later so should not point to the local buffer.
The server crashed due to the stack-use-after-scope on tmp_str. tmp_str will be used later so should not point to the local buffer.