You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
YJIT: Fix out of bounds access when splatting empty array
This is a backport of 6c8ae44 with a
test tailored to crash the 3.3.x branch (from rubyGH-10904).
Previously, we read the last element array even when the array was
empty, doing an out-of-bounds access. This sometimes caused a SEGV.
[Bug #20496]
0 commit comments