etseidl commented on PR #9568: URL: https://github.com/apache/arrow-rs/pull/9568#issuecomment-4083746114
> Looks good. On 64-bit systems the `len * 8` should also never overflow in practice. I'm not sure how well we support 32-bit systems, if we do we might need to take a look at more places where a length in bits is calculated. Agreed. I think the most likely scenario would be bad input resulting in ridiculous offsets. This will guard against that. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
