• R
    first attempt at enabling stack protector support · 60872cf9
    Rich Felker 提交于
    the code is written to pre-init the thread pointer in static linked
    programs that pull in __stack_chk_fail or dynamic-linked programs that
    lookup the symbol. no explicit canary is set; the canary will be
    whatever happens to be in the thread structure at the offset gcc
    hard-coded. this can be improved later.
    60872cf9
__stack_chk_fail.c 165 字节