nanos
nanos copied to clipboard
Implement kernel TLS and stack protector canary
-fstack-protector uses TLS to get stack protector canary (%fs:0x28). This is faster than using -mstack-protector-guard=global
clang 7 on Debian buster/Ubuntu 18.04 uses TLS stack protector as well