aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/tools/include/nolibc/stackprotector.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2023-08-23tools/nolibc: stackprotector.h: make __stack_chk_init staticZhangjin Wu1-3/+2
2023-08-23tools/nolibc: stackprotector.h: add empty __stack_chk_init for !_NOLIBC_STACKPROTECTORZhangjin Wu1-0/+2
2023-06-09tools/nolibc: fix segfaults on compilers without attribute no_stack_protectorThomas Weißschuh1-1/+1
2023-06-09tools/nolibc: add autodetection for stackprotector supportThomas Weißschuh1-7/+3
2023-06-09tools/nolibc: ensure stack protector guard is never zeroThomas Weißschuh1-2/+3
2023-06-09tools/nolibc: use C89 comment syntaxThomas Weißschuh1-2/+2
2023-03-27tools/nolibc: add support for stack protectorThomas Weißschuh1-0/+53