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 causes a crash:
'%a%1$' % 0
I believe the bug may be here, where an argument to mrb_raisef seems to be missing:
mrb_raisef
mruby/mrbgems/mruby-sprintf/src/sprintf.c
Line 158 in 4325707
This issue was reported by https://hackerone.com/mg36
The text was updated successfully, but these errors were encountered:
5e3077c
No branches or pull requests
The following input causes a crash:
I believe the bug may be here, where an argument to
mrb_raisef
seems to be missing:mruby/mrbgems/mruby-sprintf/src/sprintf.c
Line 158 in 4325707
This issue was reported by https://hackerone.com/mg36
The text was updated successfully, but these errors were encountered: