libuv/src
Bert Belder a9bce29f0c win: refactor uv_cpu_info
Fixes a couple of error handling issues:

* Don't free an uninitialized pointer when allocating memory for
  `cpu_infos` fails.
* Don't return a bogus error value when NtQuerySystemInformation fails.
  That function returns an NTSTATUS code instead of setting the last
  error.
* Don't clobber out parameters when an error happens.
2013-04-10 16:04:15 +02:00
..
unix windows, unix: remove dead code 2013-04-10 15:50:39 +02:00
win win: refactor uv_cpu_info 2013-04-10 16:04:15 +02:00
fs-poll.c unix, windows: make uv_fs_t.statbuf public 2013-02-10 17:50:03 +01:00
inet.c inet: snprintf returns int, not size_t 2013-04-10 15:50:39 +02:00
uv-common.c unix, windows: add common uv_udp_* error checking 2013-02-26 16:57:20 +01:00
uv-common.h unix: fix strict aliasing warnings, macro-ify functions 2013-03-06 23:47:43 +01:00
version.c unix: include uv.h in src/version.c 2013-04-04 03:05:38 +02:00