Project

General

Profile

Bug #18501 ยป 0001-Guard-hash-k-v.patch

tenderlovemaking (Aaron Patterson), 01/25/2022 11:55 PM

View differences:

hash.c
}
break;
}
RB_GC_GUARD(key);
RB_GC_GUARD(value);
return existing;
}
st.c
}
break;
}
RB_GC_GUARD(key);
RB_GC_GUARD(value);
return existing;
}
    (1-1/1)