Patrick Steinhardt <ps@xxxxxx> writes: > The restart interval can at most be `UINT16_MAX` as specified in the > technical documentation of the reftable format. Furthermore, it cannot > ever be negative. Regardless of that we use an `int` to track the > restart interval. > > Change the type to use an `uint16_t` instead. Not wrong per-se, but this one is more or less a Meh, as we know we do not work on 16-bit platforms anyway.