Files
mruby-mruby/src
Yukihiro "Matz" Matsumoto b67cea4442 backtrace.c (pack_backtrace_i): avoid infinite loop; ref #6161
When irep->refcnt reaches UINT16_MAX, mrb_irep_incref() raises
exception but the function pack_backtrace_i() is called from
mrb_exc_raise() thus causes the infinite loop problem. So this is a
hack-ish workaround by making irep reference to NULL if refcnt reaches
the maximum count. Probably we will address this issue again to make it
better.
2024-02-07 17:30:11 +09:00
..
2023-08-21 17:27:03 +09:00
2023-11-02 13:15:45 +09:00
2023-11-01 22:21:59 +09:00
2024-01-20 22:07:29 +09:00
2023-05-22 12:05:35 +09:00
2024-01-20 22:07:29 +09:00
2016-05-09 17:19:47 +02:00