quadiron
quadiron copied to clipboard
Key serialization is buggy in fnt_serialize
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.