mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
7a0418304e
The `mrb_str_pool()` function has a path to call `malloc()` twice. If occurs `NoMemoryError` exception in second `malloc()`, first `malloc()` pointer is not freed.