Files
mruby-mruby/mrbgems/mruby-socket/src
Yukihiro "Matz" Matsumoto d25ae92c06 mruby-socket: fix file descriptor leaks in accept2 and socketpair
Fixed critical resource leaks by pre-allocating mruby objects before system
calls. Since mrb_str_resize to smaller size and mrb_ary_push within
pre-allocated size cannot fail, moving allocations before socket creation
eliminates all leak potential with minimal code changes.

Co-authored-by: Atlassian Rovo Dev
2025-07-09 14:18:47 +09:00
..
2022-12-19 18:59:10 +09:00
2022-12-19 18:59:10 +09:00
2017-12-13 15:58:23 +09:00