diff options
author | KJ Tsanaktsidis <[email protected]> | 2024-01-12 17:32:16 +1100 |
---|---|---|
committer | KJ Tsanaktsidis <[email protected]> | 2024-01-12 17:58:54 +1100 |
commit | 688a6ff51053ddebaf4c34dbf74ac0e5f026157b (patch) | |
tree | 58df023f39b638d1ea7778670e628e5996d96dbd /thread.c | |
parent | 18d85af9698522d6ce356a070a9bd01906a8aaed (diff) |
Revert "Mark asan fake stacks during machine stack marking"
This reverts commit d10bc3a2b8300cffc383e10c3730871e851be24c.
Diffstat (limited to 'thread.c')
-rw-r--r-- | thread.c | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -525,9 +525,6 @@ void ruby_thread_init_stack(rb_thread_t *th, void *local_in_parent_frame) { native_thread_init_stack(th, local_in_parent_frame); -#ifdef RUBY_ASAN_ENABLED - th->asan_fake_stack_handle = asan_get_thread_fake_stack_handle(); -#endif } const VALUE * |