Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
3.2.3, 3.1.13
-
None
Description
The maximum length values for integer values in ma_stmt_codec.c differ from maximum length values in text protocol:
- All values include one extra byte (probably terminating '\0' character)
- YEAR value is incorrect: maximum allowed value is 2155 = 4 digits (and not 0xFFFF).