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

Avoid infinite loop when a native prototype has an enumerable property #63

Merged
merged 2 commits into from May 7, 2013
Merged

Avoid infinite loop when a native prototype has an enumerable property #63

merged 2 commits into from May 7, 2013

Conversation

eivindfjeldstad
Copy link
Contributor

tj added a commit that referenced this pull request May 7, 2013
Avoid infinite loop when a native prototype has an enumerable property
@tj tj merged commit 38c0eaf into tj:master May 7, 2013
@tj
Copy link
Owner

tj commented May 7, 2013

looks like it's broken for 0.11.0 we'll have to check that out, some v8 changes or something. I kinda feel a little meh about all these changes in general, unfortunately it's pretty easy to break just about any node process from the outside in a number of ways but I guess that's not excuse not to try and patch them up haha, node is incredibly brittle though

@eivindfjeldstad
Copy link
Contributor Author

yeah, this one is silly. people shouldn't be messing with native prototypes, but i guess it's worth preserving compatibility

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.

Url Encoded post bodies causing 'Maximum call stack size exceeded'
2 participants