Integer Overflow in ravi_create_slice
XmiliaH opened this issue · 1 comments
XmiliaH commented
There is an integer overflow in ravi_create_slice
at:
Line 903 in 56a59a1
local t = table.intarray(3)
local slice = table.slice(t, 2, 0xFFFFFFFE)
slice[0xFFFFFFF] = 1
dibyendumajumdar commented
Thank you for the report