Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | tools/nolibc: stackprotector.h: make __stack_chk_init static | Zhangjin Wu | 2023-08-23 | 1 | -3/+2 |
* | tools/nolibc: stackprotector.h: add empty __stack_chk_init for !_NOLIBC_STACK... | Zhangjin Wu | 2023-08-23 | 1 | -0/+2 |
* | tools/nolibc: fix segfaults on compilers without attribute no_stack_protector | Thomas Weißschuh | 2023-06-09 | 1 | -1/+1 |
* | tools/nolibc: add autodetection for stackprotector support | Thomas Weißschuh | 2023-06-09 | 1 | -7/+3 |
* | tools/nolibc: ensure stack protector guard is never zero | Thomas Weißschuh | 2023-06-09 | 1 | -2/+3 |
* | tools/nolibc: use C89 comment syntax | Thomas Weißschuh | 2023-06-09 | 1 | -2/+2 |
* | tools/nolibc: add support for stack protector | Thomas Weißschuh | 2023-03-27 | 1 | -0/+53 |