james-willis opened a new pull request, #1127: URL: https://github.com/apache/sedona-db/pull/1127
The hand-written `PJ_INFO` binding was missing PROJ's trailing `paths` and `path_count` fields (40 bytes vs PROJ's 56). Because `proj_info` returns `PJ_INFO` by value, PROJ wrote 16 bytes past the caller's stack buffer on every version check, corrupting adjacent stack memory — the root cause of the flaky manylinux-aarch64 `ST_Transform` SIGSEGV. Adds the two missing fields, plus a compile-time size/alignment guard against `proj-sys`'s generated bindings so this class of ABI drift fails the build instead of corrupting memory at runtime. -- 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]
