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
A Property is a key-value pair where the key represent a position in the stream, as size_t (almost always 64-bit) but during the serialization we cast the key into uint32_t which is buggy if the location is above ~4Go.
The text was updated successfully, but these errors were encountered:
A Property is a key-value pair where the key represent a position in the stream, as
size_t
(almost always 64-bit) but during the serialization we cast the key intouint32_t
which is buggy if the location is above ~4Go.The text was updated successfully, but these errors were encountered: