-
Notifications
You must be signed in to change notification settings - Fork 791
New issue
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
Heap buffer overflow in OP_ARGARY #3610
Comments
matz
added a commit
that referenced
this issue
Apr 18, 2017
Otherwise line number information is lacked from exceptions raised in VM, e.g. "super called outside of method".
@matz It looks like the fix is incomplete, because the original input is still causing a crash. |
Debug:
|
Sorry, I made a mistake. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The following input demonstrates a crash:
This is the same input as #3501 except with
super
instead ofyield
.ASAN report:
This issue was reported by https://hackerone.com/geeknik
The text was updated successfully, but these errors were encountered: