quadiron icon indicating copy to clipboard operation
quadiron copied to clipboard

Key serialization is buggy in fnt_serialize

Open slaperche-scality opened this issue 6 years ago • 0 comments

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.

slaperche-scality avatar Feb 15 '19 08:02 slaperche-scality