libuv/include
Trevor Norris 1c91d2a630
win,unix: uv_buf_init() accepts size_t
Change the signature of uv_buf_init() from (char*, unsigned int) to
(char*, size_t). This is to accommodate the fact that the "len" property
of uv_buf_t is a size_t, and fixes a problem where "len" is truncated
for large "base".

Fixes: https://github.com/libuv/libuv/issues/1233
Refs: https://github.com/libuv/libuv/pull/1236
PR-URL: https://github.com/libuv/libuv/pull/1806
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Santiago Gimeno <santiago.gimeno@gmail.com>
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
2018-05-23 10:13:57 -04:00
..
uv fs: add uv_fs_utime_ex and uv_fs_futime_ex 2018-05-16 14:51:05 +02:00
uv.h win,unix: uv_buf_init() accepts size_t 2018-05-23 10:13:57 -04:00