1 | initial version |
detect_trailing_stray_characters()
is checking for characters after a null ("\0") character which is the normal end of string.
Doesn't appear that it can be disabled:
/* "String Errors" isn't really a protocol, it's an error indication;
disabling them makes no sense. */
proto_set_cant_toggle(proto_string_errors);<br>