summaryrefslogtreecommitdiff
path: root/imemo.c
diff options
context:
space:
mode:
authorPeter Zhu <[email protected]>2024-12-18 12:01:09 -0500
committerPeter Zhu <[email protected]>2024-12-19 09:14:34 -0500
commita58675386c10f4183116056bc0cf289548883ac0 ()
treecc978f9016bca402ca068218c0f51c349db7e07f /imemo.c
parentfcd44eee09f0a26c7711732bc8782fb8afa924f2 (diff)
Prefix asan_poison_object with rb
Notes: Merged: https://.com/ruby/ruby/pull/12385
-rw-r--r--imemo.c4
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);
}
}