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
{{ message }}
This repository has been archived by the owner on Oct 28, 2021. It is now read-only.
Integer arguments with trailing garbage are successfully decoded instead of giving an error: 42garbage is decoded as 42 instead of parse error
This will be also a problem for other types. I looked at the implementation and the fix should be quite simple -- just checking if the stringstream is empty after the conversion.
The text was updated successfully, but these errors were encountered:
Integer arguments with trailing garbage are successfully decoded instead of giving an error:
42garbage
is decoded as 42 instead of parse errorThis will be also a problem for other types. I looked at the implementation and the fix should be quite simple -- just checking if the stringstream is empty after the conversion.
The text was updated successfully, but these errors were encountered: