YJIT: Fix out of bounds access when splatting empty array
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]
YJIT: Fix out of bounds access when splatting empty array
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]