THIS IS A TEST INSTANCE. Feel free to ask and answer questions, but take care to avoid triggering too many notifications.

Revision history  [back]

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>