mirror of https://github.com/MariaDB/server
Browse Source
Failure to check the return state of a longlong2str() call caused a crash. This could happen if a user executed the sql function CONV() with certain parameters. The patch fixes the issue by checking that the returned pointer isn't NULL.pull/73/head
3 changed files with 17 additions and 4 deletions
Loading…
Reference in new issue