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
The following input crashes MRuby:
(Array.new)[0x7fffffff] = 1
It appears the bug is here, where n+1 overflows:
n+1
mruby/src/array.c
Line 563 in 4325707
This issue was reported by https://hackerone.com/tunz
The text was updated successfully, but these errors were encountered:
9d84f0d
ary_expand_capa(): refine conditions to avoid infinite loop; ref #3353
cfdd1e3
No branches or pull requests
The following input crashes MRuby:
It appears the bug is here, where
n+1
overflows:mruby/src/array.c
Line 563 in 4325707
This issue was reported by https://hackerone.com/tunz
The text was updated successfully, but these errors were encountered: