paleolimbot opened a new issue, #950: URL: https://github.com/apache/arrow-nanoarrow/issues/950
In https://github.com/apache/arrow-nanoarrow/issues/945 we reduced the use of unaligned buffer access during verification, but there are a number of other places where this happens. While this is "allowed" under common architectures, it causes issues when nanoarrow code hits UBSAN or when it is compiled for older or more exotic platforms. In any case, we can in most cases remove the accesses (except for potentially a few very tight loops that we may want to preserve if the pointer is aligned). -- 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]
