Project

General

Profile

« Previous | Next » 

Revision d8ef0a98

Added by peterzhu2118 (Peter Zhu) almost 3 years ago

[Bug #19319] Fix crash in rb_str_casemap

The following code crashes on my machine:

GC.stress = true str = "testing testing testing" puts str.capitalize 

We need to ensure that the object buffer_anchor remains on the stack
so it does not get GC'd.