Project

General

Profile

Bug #16184 » ruby-2.5.5-alt-fix-crash-on-mipsel.patch

patch that initializes `position` field - iv-m (Ivan Melnikov), 09/26/2019 01:19 PM

View differences:

compile.c
labelobj->link.next = 0;
labelobj->label_no = ISEQ_COMPILE_DATA(iseq)->label_no++;
labelobj->position = 0;
labelobj->sc_state = 0;
labelobj->sp = -1;
labelobj->refcnt = 0;
(1-1/2)