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 demonstrates a crash, when supplied to mirb:
def a x ensure e end k = Numeric.new def z;e;end def e h {} end def h a ensure x end Symbol.all_symbols [] t = Fiber.new do u = k.to_s end z.instance_exec {} z.instance_exec {} t.resume z[0] GC.start
Result:
Assertion failed: ((obj)->tt != MRB_TT_FREE), function mrb_gc_mark, file /Users/clayton/git/mruby/src/gc.c, line 714. Abort trap: 6
This issue was reported by https://hackerone.com/ahihi
The text was updated successfully, but these errors were encountered:
b200c74
No branches or pull requests
The following input demonstrates a crash, when supplied to mirb:
Result:
This issue was reported by https://hackerone.com/ahihi
The text was updated successfully, but these errors were encountered: