The ABI status of ELF hash tables
The ABI status of ELF hash tables
Posted Aug 19, 2022 23:29 UTC (Fri) by mjg59 (subscriber, #23239)In reply to: The ABI status of ELF hash tables by int19h
Parent article: The ABI status of ELF hash tables
And were even somewhat broken on Linux if they used setuid - the system call doesn't (and isn't required to) follow the POSIX semantics, and it's up to libc to deal with that (https://github.com/golang/go/issues/1435)