libuv/include
Ben Noordhuis 012cbda719 unix, windows: fix memory corruption in fs-poll.c
uv_fs_poll_t has an embedded uv_timer_t handle that got closed at a time when
the memory of the encapsulating handle might already have been deallocated.

Solve that by moving the poller's state into a structure that is allocated on
the heap and can be freed independently.
2012-08-20 17:13:27 +02:00
..
uv-private include: move ssize_t workaround to uv-win.h 2012-07-31 00:05:03 +02:00
ares_version.h c-ares: upgrade to 1.7.5 2011-09-27 16:04:25 -07:00
ares.h c-ares: upgrade to 1.7.5 2011-09-27 16:04:25 -07:00
uv.h unix, windows: fix memory corruption in fs-poll.c 2012-08-20 17:13:27 +02:00