jorgecarleitao opened a new issue #773: URL: https://github.com/apache/arrow-rs/issues/773
When an `ArrayData` reports a length inconsistent with the length of the offsets buffer, `value_offsets` reads out of bounds. To reproduce: use `BinaryArray::from()` with `ArrayData` reporting a length of 1000 but with an offset buffer of 5 elements and call `value_offsets`. This triggers an invalid memory access by reading past the buffer's allocated length. -- 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]
