Skip to content
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

Proper error handling for instance_eval and friends #2486

Closed
wants to merge 1 commit into from

Conversation

IceDragon200
Copy link
Contributor

Any of the following method calls will result in a segfault when no parameters or block is given:

instance_eval
module_eval
class_eval

I've patched the methods in question by adding a simple nil check and raising an error if true.

@matz
Copy link
Member

matz commented Jul 22, 2014

I prefer checking in eval_under to keep DRY.

@matz matz closed this in 1b5584b Jul 22, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants