[libc-commits] [libc] [libc] fix issues around stack protector (PR #74567)

Schrodinger ZHU Yifan via libc-commits libc-commits at lists.llvm.org
Thu Dec 7 08:15:44 PST 2023


SchrodingerZhu wrote:

I updated the patch to disable stack protector explicitly for `x86-64`. The `atexit` changes are still applied to all archs since 1) it is more consistent 2) it may still be possible for other callbacks to use TLS for purposes other than stack protector.

https://github.com/llvm/llvm-project/pull/74567


More information about the libc-commits mailing list