4
0
mirror of git://sourceware.org/git/newlib-cygwin.git synced 2025-02-11 03:29:09 +08:00

1 Commits

Author SHA1 Message Date
David Allsopp
16bc04dabe Fix invalid acl_entry_t on 32-bit Cygwin
If the acl_t struct was at or above 0x80000000 then the pointer was
sign-extended to 0xffff_ffff_8000_0000 and so the index was lost.

Signed-off-by: David Allsopp <david.allsopp@metastack.com>
2020-10-14 10:54:22 -04:00