You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
JavaScript strings (and C++ strings) can have NUL bytes. C strings can't. Currently we truncate silently, except for in the body, which should be fixed. Perhaps converting to replacement characters would be better.
The text was updated successfully, but these errors were encountered:
JavaScript strings (and C++ strings) can have NUL bytes. C strings can't. Currently we truncate silently, except for in the body, which should be fixed. Perhaps converting to replacement characters would be better.
The text was updated successfully, but these errors were encountered: