This is the official MySQL UDF Repository bug tracker. Please use it with care.
- Before submitting a new bug report, please make sure the bug is not already reported.
- Include the given error code, trace and any other debugging information supplied.
- Please leave your e-mail address, so we can get back to you if it is unclear how to reproduce the bug.
Thank you!
FS#16 - Bad use of args->args[0]
Attached to Project:
lib_mysqludf_sys
Opened by 'PJ-piggei' - Wednesday, 30 September 2009, 18:36 GMT+2
Opened by 'PJ-piggei' - Wednesday, 30 September 2009, 18:36 GMT+2
|
DetailsIn the code of all the functions, the variable
args->args[0] is used without consider the length of the parameter string with args->lengths[0] |
This task depends upon