jorgecarleitao opened a new issue #774:
URL: https://github.com/apache/arrow-rs/issues/774


   Passing `DataType::FixedSizeBinary(1000)` and a length of 2 with a buffer of 
`1001` elements results in a memory access violation when calling 
`FixedSizeBinaryArray::value(1)` because the range `[1002..1999]` of the buffer 
is not allocated.
   


-- 
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]


Reply via email to