Files
mruby-mruby/mrbgems
dearblue e82b36035e Fixes local variables in mruby-binding.
There are two issues to be fixed:
  - `mrb_irep` could leak if `mrb_calloc()` encountered an out-of-memory exception
  - `mrb_proc_merge_lvar()` allocated one extra variable name.

`irep->lv` can always refer to only one less range than `irep->nlocals`.
Also, when `mrb_proc_merge_lvar()` extends `irep->lv`, `mrb_realloc()` with `NULL` has the same behavior as `mrb_malloc()`.
2024-05-30 21:25:30 +09:00
..
2023-05-22 12:05:35 +09:00
2024-01-20 22:07:29 +09:00
2024-05-16 07:06:59 +09:00
2022-11-19 17:11:56 +09:00
2020-12-21 21:48:50 +09:00