mirror of https://git.musl-libc.org/git/musl
Browse Source
now that thread pointer is initialized always, ssp canary initialization can be done unconditionally. this simplifies the ldso as it does not try to detect ssp usage, and the init function itself as it is always called exactly once. this also merges ssp init path for shared and static linking.master
committed by
Rich Felker
3 changed files with 5 additions and 28 deletions
Loading…
Reference in new issue