-
Notifications
You must be signed in to change notification settings - Fork 29.8k
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
ee.getMaxListeners() #63
Comments
👍 |
1 similar comment
👍 |
Keeping this discussion in original issue. |
bnoordhuis
added a commit
to bnoordhuis/libuv
that referenced
this issue
Aug 18, 2015
Make uv_err_name() and uv_strerror() return a dynamically allocated string when the error code is not recognized. It leaks a few bytes of memory but that can't be helped. Asserting and aborting is, in my opinion, much less helpful. Fixes: nodejs/node#63 PR-URL: libuv#467 Reviewed-By: Saúl Ibarra Corretgé <saghul@gmail.com>
Closed
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
nodejs/node-v0.x-archive#8237
The text was updated successfully, but these errors were encountered: