Nobuyoshi Nakada 2025-11-22 14:41:23 +0000 (Sat, 22 Nov 2025)
New Revision: 9519d16381
https://github.com/ruby/ruby/commit/9519d16381
Log:
IO::Buffer: Guard arguments from GC
At least, `string` in `io_buffer_set_string` can be different from
`argv[0]` after `rb_str_to_str` call. The other cases may not be
necessary.
Modified files:
io_buffer.c