Do not crash when AsanThread::GetStackVariableShadowStart does not find
a variable for a pointer on a shadow stack.
The patch fixes https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97414
Differential D89552
ASAN: Support detect_invalid_pointer_pairs=1 with detect_stack_use_after_return=1 marxin on Oct 16 2020, 6:40 AM. Authored by
Details
Do not crash when AsanThread::GetStackVariableShadowStart does not find The patch fixes https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97414
Diff Detail
Event Timeline
|
when does this happen? When a variable is too large to fit in the fake stack?