libc icon indicating copy to clipboard operation
libc copied to clipboard

Fix alignment of uc_mcontext in ucontext_t on arm64 android

Open CUB3D opened this issue 5 months ago • 3 comments

On ARM64 Android there should be padding between uc_sigmask and uc_mcontext in libc::ucontext_t, see here

Now core::mem::offset_of!(libc::ucontext_t, uc_mcontext) is the expected value of 0xB0

fixes #3655

CUB3D avatar Sep 01 '24 02:09 CUB3D