Skip to content
Commit 791de336 authored by Andrew Scull's avatar Andrew Scull Committed by Tom Rini
Browse files

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: default avatarAndrew Scull <ascull@google.com>
parent 1e578ed2
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment