Assert Ruby object in rb_gc_location
rb_gc_location doesn't check that the object is actually a Ruby object and only checks if the object looks like a T_MOVED. This may have unexpected outcomes if the object is not a Ruby object (e.g. a piece of malloc memory may be corrupted).
This commit is contained in:
parent
50a67820fb
commit
9733304d61
Notes:
git
2024-12-17 16:03:57 +00:00
Loading…
x
Reference in New Issue
Block a user