commit | cab460b84e534ecd6426b61b4e7cacc7f2301fe0 | [log] [tgz] |
---|---|---|
author | Andrew Scull <ascull@google.com> | Mon May 30 10:00:06 2022 +0000 |
committer | Tom Rini <trini@konsulko.com> | Thu Jun 23 12:58:18 2022 -0400 |
tree | e99d6d2dcc9349e13fc25ffcb7f30177593cbb59 | |
parent | f9a2c5ec094e791d6948878caa6c80e2451fd865 [diff] |
test/py: test_stackprotector: Disable for ASAN 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>