Project

General

Profile

Backport #5634 » fix-yield-from-eval-segfault.patch

Anonymous, 11/27/2012 06:47 PM

View differences:

vm_insnhelper.c
cfp->iseq = (rb_iseq_t *) iseq;
cfp->flag = type;
cfp->self = self;
cfp->block_iseq = 0;
cfp->proc = 0;
cfp->me = me;
if (klass) {
(1-1/2)