libuv/src
Ben Noordhuis e504719e17 linux: fix signedness issue in uv_exepath()
readlink() returns -1 on error. The <= 0 check failed to catch that because the
return value was implicitly cast to size_t, which is unsigned.
2012-02-21 13:26:45 +01:00
..
ares Prepare libuv for shared library build 2011-10-29 00:52:32 +02:00
unix linux: fix signedness issue in uv_exepath() 2012-02-21 13:26:45 +01:00
win Merge branch 'v0.6' 2012-02-13 20:02:39 +01:00
uv-common.c Shared uv_strerror 2011-11-09 18:06:49 -08:00
uv-common.h Add uv__new_artificial_error() 2011-11-08 15:11:16 -08:00