Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | test/py: test_stackprotector: Disable for ASAN | Andrew Scull | 2022-06-23 | 1 | -0/+1 |
| | | | | | | | | | | The stack protector test intentionally overflows a buffer in order to corrupt the stack canary so that it can test that the corruption is detected as expected. However, this is incompatible with ASAN, which detects the buffer overflow and interrupts the test, so disable the test for such configurations. Signed-off-by: Andrew Scull <ascull@google.com> | ||||
* | Add support for stack-protector | Joel Peshkin | 2021-04-20 | 1 | -0/+14 |
Add support for stack protector for UBOOT, SPL, and TPL as well as new pytest for stackprotector Signed-off-by: Joel Peshkin <joel.peshkin@broadcom.com> Adjust UEFI build flags. Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de> |