Set maximum string (and symbol) size to 65534 (`UINT16_MAX-1`).
The previous value (`UINT16_MAX`) was too long for symbols, so it raises an exception after the length check.
Showing
Please register or sign in to comment
The previous value (`UINT16_MAX`) was too long for symbols, so it raises an exception after the length check.