fallintoplace opened a new pull request, #1097: URL: https://github.com/apache/arrow-go/pull/1097
### What happened IPC file readers checked that footer block ranges were safe to read, but did not verify that the footer metadata and body lengths matched the lengths encoded in the message. ### What changed Validate the legacy and continuation framing prefixes, reject end-of-stream markers inside file blocks, and compare Message.BodyLen with the footer body length. The same checks are used by mapped and regular file readers. ### Tests - go test ./arrow/ipc -run TestFileBlockNewMessageValidatesFraming -count=1 -- 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]
