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 was archived by the owner on Sep 19, 2021. It is now read-only.
In the serializer for Time, there was a problem with
the low bits where the source integer was negative
leading to the long being negative.
The change adds a serializer for longs that should
help protect bad custom long serialization.
0 commit comments