We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
There is an integer overflow in ravi_create_slice at:
ravi_create_slice
ravi/src/lapi.c
Line 903 in 56a59a1
local t = table.intarray(3) local slice = table.slice(t, 2, 0xFFFFFFFE) slice[0xFFFFFFF] = 1
The text was updated successfully, but these errors were encountered:
Thank you for the report
Sorry, something went wrong.
issue #207 check size more carefully when creating a slice
ad4fc4e
issue #207 add test
fe7c76f
No branches or pull requests
There is an integer overflow in
ravi_create_slice
at:ravi/src/lapi.c
Line 903 in 56a59a1
The text was updated successfully, but these errors were encountered: