mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
9543cfa7ee
The `MRB_TT_BACKTRACE` object has been added for the purpose. Previously, "use-after-free" could occur because the reference count in `backtrace_location::irep` was not incremented. fixed #6160