diff options
author | Peter Zhu <[email protected]> | 2024-12-18 12:01:09 -0500 |
---|---|---|
committer | Peter Zhu <[email protected]> | 2024-12-19 09:14:34 -0500 |
commit | a58675386c10f4183116056bc0cf289548883ac0 () | |
tree | cc978f9016bca402ca068218c0f51c349db7e07f /imemo.c | |
parent | fcd44eee09f0a26c7711732bc8782fb8afa924f2 (diff) |
Prefix asan_poison_object with rb
Notes: Merged: https://.com/ruby/ruby/pull/12385
-rw-r--r-- | imemo.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -470,12 +470,12 @@ vm_ccs_free(struct rb_class_cc_entries *ccs, int alive, VALUE klass) } else { if (ptr) { - asan_poison_object((VALUE)cc); } continue; } if (ptr) { - asan_poison_object((VALUE)cc); } } |