KHARSHAVARDHAN-eng opened a new pull request, #11012: URL: https://github.com/apache/arrow-rs/pull/11012
Closes #10921 ### Summary - Validate IPC footer block offsets and lengths against the file size before allocating the block buffer. - Use checked integer conversions and arithmetic for block offsets and lengths. - Add a regression test covering oversized, negative, out-of-bounds, and overflowing block metadata. ### Validation - `cargo fmt --check` - `cargo clippy -p arrow-ipc --all-targets -- -D warnings` - `cargo test -p arrow-ipc` - `git diff --check` -- 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]
