libuv/docs
Ben Noordhuis 96fc77d5d9 unix,windows: don't assert on unknown error code
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: https://github.com/nodejs/node/issues/63
PR-URL: https://github.com/libuv/libuv/pull/467
Reviewed-By: Saúl Ibarra Corretgé <saghul@gmail.com>
2015-08-18 16:10:37 +02:00
..
src unix,windows: don't assert on unknown error code 2015-08-18 16:10:37 +02:00
make.bat doc: add API documentation 2014-09-11 09:38:35 +02:00
Makefile doc: add API documentation 2014-09-11 09:38:35 +02:00