Skip to content

Reject decimal numbers with leading zeros

Niels Möller requested to merge nisse/reject-leading-zeros into main

Important when parsing a "checkpoint" (see https://github.com/C2SP/C2SP/blob/main/tlog-checkpoint.md), since leading zeros on the size line affects the signature.

Merge request reports