summaryrefslogtreecommitdiffstats
path: root/tools/include/nolibc/stackprotector.h
Commit message (Expand)AuthorAgeFilesLines
* tools/nolibc: stackprotector.h: make __stack_chk_init staticZhangjin Wu2023-08-231-3/+2
* tools/nolibc: stackprotector.h: add empty __stack_chk_init for !_NOLIBC_STACK...Zhangjin Wu2023-08-231-0/+2
* tools/nolibc: fix segfaults on compilers without attribute no_stack_protectorThomas Weißschuh2023-06-091-1/+1
* tools/nolibc: add autodetection for stackprotector supportThomas Weißschuh2023-06-091-7/+3
* tools/nolibc: ensure stack protector guard is never zeroThomas Weißschuh2023-06-091-2/+3
* tools/nolibc: use C89 comment syntaxThomas Weißschuh2023-06-091-2/+2
* tools/nolibc: add support for stack protectorThomas Weißschuh2023-03-271-0/+53