Implement stack canaries to help against buffer overflows. lld gives: ``` ld.lld: error: undefined symbol: __stack_chk_guard ld.lld: error: undefined symbol: __stack_chk_fail ``` which hints at what we need to implement.