mirror of
https://github.com/versity/versitygw.git
synced 2026-01-10 05:17:25 +00:00
Make the code scanners happy with a bounds check before we do the integer conversion from int64 to int, since this can overflow on 32 bit platforms. Best error to return here is a signature error since this is a client problem and the chunk headers are considered part of the request signature.