[MDEV-23299] The udf_init() function cause server crash. Created: 2020-07-27 Updated: 2023-08-03 Resolved: 2023-08-03 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Server |
| Affects Version/s: | 10.5.3 |
| Fix Version/s: | N/A |
| Type: | Bug | Priority: | Major |
| Reporter: | jingbo zhao | Assignee: | Daniel Black |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | UDF, crash | ||
| Description |
|
When insert into a null name to mysql.func, restart the server will crash. For example:
Restart the MariaDB Server, the server crash. The error stack is:
I have fixed this bug. |
| Comments |
| Comment by jingbo zhao [ 2020-07-27 ] |
|
The pull requests is : https://github.com/MariaDB/server/pull/1643 |
| Comment by Andrew Hutchings [ 2023-08-03 ] |
|
I'm not sure what version it was released in, but this was fixed in commit 4f63b6cf53ce2d9eaf4a8006587ebf3c4d6ddd3c in 2021. |