Project

General

Profile

ยซ Previous | Next ยป 

Revision 6c8ae44a

Added by alanwu (Alan Wu) over 1 year ago

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]