mirror of
https://github.com/ruby/ruby.git
synced 2026-01-28 13:04:22 +00:00
ASAN leaves a pointer to the fake frame on the stack; we can use the __asan_addr_is_in_fake_stack API to work out the extent of the fake stack and thus mark any VALUEs contained therein. [Bug #20001]