mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
af33eec793
Use the dedicated function `get_node_type(t)` to correctly determine the node type, instead of the incorrect `node_to_int(t->car)` check. OSS-Fuzz issue details: https://oss-fuzz.com/testcase-detail/4760884737277952 https://g-issues.oss-fuzz.com/issues/449498801