-
Notifications
You must be signed in to change notification settings - Fork 10
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
Parser fails with segfault upon parsing incorrect array #142
Comments
belochub
added a commit
that referenced
this issue
May 7, 2017
* Avoid continuing execution after exception is thrown inside a parsing method call. * Return undefined when possible in cases of exceptions raising in all of the methods (to reduce memory usage). Fixes: #142
belochub
added a commit
that referenced
this issue
Jan 22, 2018
* Avoid continuing execution after exception is thrown inside a parsing method call. * Return undefined when possible in cases of exceptions raising in all of the methods (to reduce memory usage). PR-URL: #143 Fixes: #142 Reviewed-By: Denys Otrishko <shishugi@gmail.com> Reviewed-By: Alexey Orlenko <eaglexrlnk@gmail.com>
belochub
added a commit
that referenced
this issue
Jan 22, 2018
* Avoid continuing execution after exception is thrown inside a parsing method call. * Return undefined when possible in cases of exceptions raising in all of the methods (to reduce memory usage). PR-URL: #143 Fixes: #142 Reviewed-By: Denys Otrishko <shishugi@gmail.com> Reviewed-By: Alexey Orlenko <eaglexrlnk@gmail.com>
belochub
added a commit
to metarhia/mdsf
that referenced
this issue
Jul 19, 2018
* Avoid continuing execution after exception is thrown inside a parsing method call. * Return undefined when possible in cases of exceptions raising in all of the methods (to reduce memory usage). PR-URL: metarhia/jstp#143 Fixes: metarhia/jstp#142 Reviewed-By: Denys Otrishko <shishugi@gmail.com> Reviewed-By: Alexey Orlenko <eaglexrlnk@gmail.com>
belochub
added a commit
to metarhia/mdsf
that referenced
this issue
Jul 19, 2018
* Avoid continuing execution after exception is thrown inside a parsing method call. * Return undefined when possible in cases of exceptions raising in all of the methods (to reduce memory usage). PR-URL: metarhia/jstp#143 Fixes: metarhia/jstp#142 Reviewed-By: Denys Otrishko <shishugi@gmail.com> Reviewed-By: Alexey Orlenko <eaglexrlnk@gmail.com>
belochub
added a commit
to metarhia/mdsf
that referenced
this issue
Jul 21, 2018
* Avoid continuing execution after exception is thrown inside a parsing method call. * Return undefined when possible in cases of exceptions raising in all of the methods (to reduce memory usage). PR-URL: metarhia/jstp#143 Fixes: metarhia/jstp#142 Reviewed-By: Denys Otrishko <shishugi@gmail.com> Reviewed-By: Alexey Orlenko <eaglexrlnk@gmail.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
With the following command
parse("['whatever]")
parser fails with segfault. Tested on master and 0.6.The text was updated successfully, but these errors were encountered: