Actions
Bug #4956
closed[PATCH] string.c (tr_s_bang): fix leak with heap strings
Bug #4956:
[PATCH] string.c (tr_s_bang): fix leak with heap strings
Description
Trivially reproduced with:
loop { "this string is too long to embed".tr_s!(" \t\r\n\f", " ") }
This also affects Ruby 1.9.2-p180
Files
Actions