mirror of
https://github.com/libuv/libuv
synced 2025-03-28 21:13:16 +00:00

Changes since version 1.46.0: * test: fix license blurb (Ben Noordhuis) * linux: fix harmless warn_unused_result warning (Shuduo Sang) * darwin: fix build warnings (小明) * linux: don't use io_uring on pre-5.10.186 kernels (Ben Noordhuis) * fs: fix WTF-8 decoding issue (Jameson Nash) * test: enable disabled tcp_connect6_error_fault (Ben Noordhuis) * test: enable disabled fs_link (Ben Noordhuis) * test: enable disabled spawn_same_stdout_stderr (Ben Noordhuis) * linux: handle UNAME26 personality (Ben Noordhuis) * build: move cmake_minimum_required version to 3.9 (Keith Winstein) * unix: set ipv6 scope id for link-local addresses (Ben Noordhuis) * unix: match kqueue and epoll code (Trevor Norris) * win,spawn: allow `%PATH%` to be unset (Kyle Edwards) * doc: switch to Furo, a more modern Sphinx theme (Saúl Ibarra Corretgé) * darwin: make TCP_KEEPINTVL and TCP_KEEPCNT available (小明) * win,fs: avoid winapi macro redefinition (Brad King) * linux: add missing riscv syscall numbers (michalbiesek) * doc: fix broken "Shared library" Wikipedia link (Alois Klink) * unix: get mainline kernel version in Ubuntu (Santiago Gimeno) * unix: get mainline kernel version in Debian (Ben Noordhuis) * build: fix qemu install in CI-unix workflow (Santiago Gimeno) * unix: disable io_uring close on selected kernels (Santiago Gimeno) * test: skip tests when ipv6 is not available (Santiago Gimeno) * ibmi: implement ifaddrs, getifaddrs, freeifaddrs (Abdirahim Musse) * unix: reset signal counters after fork (SmorkalovG) * win,process: avoid assert after spawning Store app (Jameson Nash) * unix: remove pread/preadv conditionals (Ben Noordhuis) * unix: remove pwrite/pwritev conditionals (Ben Noordhuis) * darwin: remove workaround for data corruption bug (Ben Noordhuis) * src: default to stream=stderr in handle printer (Ben Noordhuis) * test: switch to new-style ASSERT_EQ macros (Pleuvens) * zos: correctly get cpu model in uv_cpu_info() (jolai) * test: fix get_passwd2 on IBM i (Abdirahim Musse) * unix: don't malloc on sync uv_fs_read (Ben Noordhuis) * freebsd: get fs event path with fcntl(F_KINFO) (David Carlier) * test: switch from ASSERT_* to ASSERT_PTR_* (Pleuvens) * darwin: workaround apple pthread_cond_wait bug (Julien Roncaglia) * doc: uv_close should be called after exit callback (Pleuvens) * test: 192.0.2.0/24 is the actual -TEST-NET-1 (prubel) * unix: add back preadv/pwritev fallback (Ben Noordhuis) * unix: rename variable for consistency (Ben Noordhuis) * unix: merge read/write code into single functions (Ben Noordhuis) * doc: filename arg to uv_fs_event_cb can be NULL (Ben Noordhuis) * build,win: we need to link against shell32.lib (Per Allansson) * unix: no preadv/pwritev workaround if not needed (Jeffrey H. Johnson) * build: add CI for Windows ARM64 (build only) (Per Allansson) * linux: disable io_uring on 32 bits arm systems (Ben Noordhuis) * build: run sanitizers on macos ci (Ben Noordhuis) * misc: export WTF8 conversion utilities (Jameson Nash) * build: fix libuv.a file name for cmake (Jameson Nash) * build: add windows ubsan and clang ci (Matheus Izvekov) * win: improve accuracy of ProductName between arch (Christian Heimlich) -----BEGIN PGP SIGNATURE----- iQIzBAABCgAdFiEEz7ucqaW+r9cOKzxaeaZ8VaNnnIsFAmVJLa4ACgkQeaZ8VaNn nIvdMw//XQzU1OasKcghWZZAFmrgy8D+40Q5drSgCFryAA+WA9wXruKOeqQ3vw7+ 9Xwai97fMbxGSFhR2IwjbwD8o8DZotDTMBgSUvuyAlzdw0xB2D+eAnvxaMmYg2km R5eNb2KgmzhC7HFuPbpjWbL1mEnBU8rTSzV6yeMs2LXfLquJoopmgAjB2MXS6/Fr +WkwJx7/B/3wEhhbX5sopd6PT8UcWdbSvB/S+PU12kI0KgJeJlq0jXd5LyDaQYI6 j4XYcpgEp8B/gyiXSgso+eg1CiZQUYVMXZ5+6YA5le/s5ieJwJ2cEvo/HJa5guZ/ PBb+ulucUaupBzQFaPYwnrEzE3YHNVppBcfryxqn48Ih0Z9pNs/6EdxqggYvAyWk VA9Yi0qDFSFgD0hZSkvi/m/UEH17FLTac1DSob4EKfwAJ04spmEtiBWaL+7wQ/ca Kc819NXBaFUb+BEkN711B1CvaT6aef9wZcis42MPHjHJ19BNgb4uAa3GbmrvB2dt EodLGlbOAkKLFC29qAGeKZKhnSWfZS/HvuyqMOgONuJTj0Jm/RdwqIsvILejtj32 7m9saTkRWav4L1yvksUYT24WIk1e324gBgm9411IggdDILgbLYrwWNZb56FgMDQb cqmg0Ap6zMZ9UOf4hfqTiKZPjqqfxgSp20zCjVTy+vsCSXJnFaQ= =7yzD -----END PGP SIGNATURE----- Merge tag 'v1.47.0' into merge_1.47.0
437 lines
10 KiB
C
437 lines
10 KiB
C
/* Copyright Joyent, Inc. and other Node contributors. All rights reserved.
|
|
*
|
|
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
* of this software and associated documentation files (the "Software"), to
|
|
* deal in the Software without restriction, including without limitation the
|
|
* rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
|
|
* sell copies of the Software, and to permit persons to whom the Software is
|
|
* furnished to do so, subject to the following conditions:
|
|
*
|
|
* The above copyright notice and this permission notice shall be included in
|
|
* all copies or substantial portions of the Software.
|
|
*
|
|
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
* AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
|
|
* FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
|
|
* IN THE SOFTWARE.
|
|
*/
|
|
|
|
#include "uv.h"
|
|
#include "task.h"
|
|
|
|
#include <stdio.h>
|
|
#include <string.h>
|
|
|
|
/* See test-ipc.c */
|
|
void spawn_helper(uv_pipe_t* channel,
|
|
uv_process_t* process,
|
|
const char* helper);
|
|
|
|
void ipc_send_recv_helper_threadproc(void* arg);
|
|
|
|
union handles {
|
|
uv_handle_t handle;
|
|
uv_stream_t stream;
|
|
uv_pipe_t pipe;
|
|
uv_tcp_t tcp;
|
|
uv_tty_t tty;
|
|
};
|
|
|
|
struct test_ctx {
|
|
uv_pipe_t channel;
|
|
uv_connect_t connect_req;
|
|
uv_write_t write_req;
|
|
uv_write_t write_req2;
|
|
uv_handle_type expected_type;
|
|
union handles send;
|
|
union handles send2;
|
|
union handles recv;
|
|
union handles recv2;
|
|
};
|
|
|
|
struct echo_ctx {
|
|
uv_pipe_t listen;
|
|
uv_pipe_t channel;
|
|
uv_write_t write_req;
|
|
uv_write_t write_req2;
|
|
uv_handle_type expected_type;
|
|
union handles recv;
|
|
union handles recv2;
|
|
};
|
|
|
|
static struct test_ctx ctx;
|
|
static struct echo_ctx ctx2;
|
|
|
|
/* Used in write2_cb to decide if we need to cleanup or not */
|
|
static int is_child_process;
|
|
static int is_in_process;
|
|
static int read_cb_count;
|
|
static int recv_cb_count;
|
|
static int write2_cb_called;
|
|
|
|
|
|
static void alloc_cb(uv_handle_t* handle,
|
|
size_t suggested_size,
|
|
uv_buf_t* buf) {
|
|
/* We're not actually reading anything so a small buffer is okay
|
|
* but it needs to be heap-allocated to appease TSan.
|
|
*/
|
|
buf->len = 8;
|
|
buf->base = malloc(buf->len);
|
|
ASSERT_NOT_NULL(buf->base);
|
|
}
|
|
|
|
|
|
static void recv_cb(uv_stream_t* handle,
|
|
ssize_t nread,
|
|
const uv_buf_t* buf) {
|
|
uv_handle_type pending;
|
|
uv_pipe_t* pipe;
|
|
int r;
|
|
union handles* recv;
|
|
|
|
free(buf->base);
|
|
|
|
pipe = (uv_pipe_t*) handle;
|
|
ASSERT_PTR_EQ(pipe, &ctx.channel);
|
|
|
|
do {
|
|
if (++recv_cb_count == 1) {
|
|
recv = &ctx.recv;
|
|
} else {
|
|
recv = &ctx.recv2;
|
|
}
|
|
|
|
/* Depending on the OS, the final recv_cb can be called after
|
|
* the child process has terminated which can result in nread
|
|
* being UV_EOF instead of the number of bytes read. Since
|
|
* the other end of the pipe has closed this UV_EOF is an
|
|
* acceptable value. */
|
|
if (nread == UV_EOF) {
|
|
/* UV_EOF is only acceptable for the final recv_cb call */
|
|
ASSERT_EQ(2, recv_cb_count);
|
|
} else {
|
|
ASSERT_GE(nread, 0);
|
|
ASSERT_GT(uv_pipe_pending_count(pipe), 0);
|
|
|
|
pending = uv_pipe_pending_type(pipe);
|
|
ASSERT_EQ(pending, ctx.expected_type);
|
|
|
|
if (pending == UV_NAMED_PIPE)
|
|
r = uv_pipe_init(ctx.channel.loop, &recv->pipe, 0);
|
|
else if (pending == UV_TCP)
|
|
r = uv_tcp_init(ctx.channel.loop, &recv->tcp);
|
|
else
|
|
abort();
|
|
ASSERT_OK(r);
|
|
|
|
r = uv_accept(handle, &recv->stream);
|
|
ASSERT_OK(r);
|
|
}
|
|
} while (uv_pipe_pending_count(pipe) > 0);
|
|
|
|
/* Close after two writes received */
|
|
if (recv_cb_count == 2) {
|
|
uv_close((uv_handle_t*)&ctx.channel, NULL);
|
|
}
|
|
}
|
|
|
|
static void connect_cb(uv_connect_t* req, int status) {
|
|
int r;
|
|
uv_buf_t buf;
|
|
|
|
ASSERT_PTR_EQ(req, &ctx.connect_req);
|
|
ASSERT_OK(status);
|
|
|
|
buf = uv_buf_init(".", 1);
|
|
r = uv_write2(&ctx.write_req,
|
|
(uv_stream_t*)&ctx.channel,
|
|
&buf, 1,
|
|
&ctx.send.stream,
|
|
NULL);
|
|
ASSERT_OK(r);
|
|
|
|
/* Perform two writes to the same pipe to make sure that on Windows we are
|
|
* not running into issue 505:
|
|
* https://github.com/libuv/libuv/issues/505 */
|
|
buf = uv_buf_init(".", 1);
|
|
r = uv_write2(&ctx.write_req2,
|
|
(uv_stream_t*)&ctx.channel,
|
|
&buf, 1,
|
|
&ctx.send2.stream,
|
|
NULL);
|
|
ASSERT_OK(r);
|
|
|
|
r = uv_read_start((uv_stream_t*)&ctx.channel, alloc_cb, recv_cb);
|
|
ASSERT_OK(r);
|
|
}
|
|
|
|
static int run_test(int inprocess) {
|
|
uv_process_t process;
|
|
uv_thread_t tid;
|
|
int r;
|
|
|
|
if (inprocess) {
|
|
r = uv_thread_create(&tid, ipc_send_recv_helper_threadproc, (void *) 42);
|
|
ASSERT_OK(r);
|
|
|
|
uv_sleep(1000);
|
|
|
|
r = uv_pipe_init(uv_default_loop(), &ctx.channel, 1);
|
|
ASSERT_OK(r);
|
|
|
|
uv_pipe_connect(&ctx.connect_req, &ctx.channel, TEST_PIPENAME_3, connect_cb);
|
|
} else {
|
|
spawn_helper(&ctx.channel, &process, "ipc_send_recv_helper");
|
|
|
|
connect_cb(&ctx.connect_req, 0);
|
|
}
|
|
|
|
r = uv_run(uv_default_loop(), UV_RUN_DEFAULT);
|
|
ASSERT_OK(r);
|
|
|
|
ASSERT_EQ(2, recv_cb_count);
|
|
|
|
if (inprocess) {
|
|
r = uv_thread_join(&tid);
|
|
ASSERT_OK(r);
|
|
}
|
|
|
|
return 0;
|
|
}
|
|
|
|
static int run_ipc_send_recv_pipe(int inprocess) {
|
|
int r;
|
|
|
|
ctx.expected_type = UV_NAMED_PIPE;
|
|
|
|
r = uv_pipe_init(uv_default_loop(), &ctx.send.pipe, 1);
|
|
ASSERT_OK(r);
|
|
|
|
r = uv_pipe_bind(&ctx.send.pipe, TEST_PIPENAME);
|
|
ASSERT_OK(r);
|
|
|
|
r = uv_pipe_init(uv_default_loop(), &ctx.send2.pipe, 1);
|
|
ASSERT_OK(r);
|
|
|
|
r = uv_pipe_bind(&ctx.send2.pipe, TEST_PIPENAME_2);
|
|
ASSERT_OK(r);
|
|
|
|
r = run_test(inprocess);
|
|
ASSERT_OK(r);
|
|
|
|
MAKE_VALGRIND_HAPPY(uv_default_loop());
|
|
return 0;
|
|
}
|
|
|
|
TEST_IMPL(ipc_send_recv_pipe) {
|
|
#if defined(NO_SEND_HANDLE_ON_PIPE)
|
|
RETURN_SKIP(NO_SEND_HANDLE_ON_PIPE);
|
|
#endif
|
|
return run_ipc_send_recv_pipe(0);
|
|
}
|
|
|
|
TEST_IMPL(ipc_send_recv_pipe_inprocess) {
|
|
#if defined(NO_SEND_HANDLE_ON_PIPE)
|
|
RETURN_SKIP(NO_SEND_HANDLE_ON_PIPE);
|
|
#endif
|
|
return run_ipc_send_recv_pipe(1);
|
|
}
|
|
|
|
static int run_ipc_send_recv_tcp(int inprocess) {
|
|
struct sockaddr_in addr;
|
|
int r;
|
|
|
|
ASSERT_OK(uv_ip4_addr("127.0.0.1", TEST_PORT, &addr));
|
|
|
|
ctx.expected_type = UV_TCP;
|
|
|
|
r = uv_tcp_init(uv_default_loop(), &ctx.send.tcp);
|
|
ASSERT_OK(r);
|
|
|
|
r = uv_tcp_init(uv_default_loop(), &ctx.send2.tcp);
|
|
ASSERT_OK(r);
|
|
|
|
r = uv_tcp_bind(&ctx.send.tcp, (const struct sockaddr*) &addr, 0);
|
|
ASSERT_OK(r);
|
|
|
|
r = uv_tcp_bind(&ctx.send2.tcp, (const struct sockaddr*) &addr, 0);
|
|
ASSERT_OK(r);
|
|
|
|
r = run_test(inprocess);
|
|
ASSERT_OK(r);
|
|
|
|
MAKE_VALGRIND_HAPPY(uv_default_loop());
|
|
return 0;
|
|
}
|
|
|
|
TEST_IMPL(ipc_send_recv_tcp) {
|
|
#if defined(NO_SEND_HANDLE_ON_PIPE)
|
|
RETURN_SKIP(NO_SEND_HANDLE_ON_PIPE);
|
|
#endif
|
|
return run_ipc_send_recv_tcp(0);
|
|
}
|
|
|
|
TEST_IMPL(ipc_send_recv_tcp_inprocess) {
|
|
#if defined(NO_SEND_HANDLE_ON_PIPE)
|
|
RETURN_SKIP(NO_SEND_HANDLE_ON_PIPE);
|
|
#endif
|
|
return run_ipc_send_recv_tcp(1);
|
|
}
|
|
|
|
|
|
/* Everything here runs in a child process or second thread. */
|
|
|
|
static void write2_cb(uv_write_t* req, int status) {
|
|
ASSERT_OK(status);
|
|
|
|
/* After two successful writes in the child process, allow the child
|
|
* process to be closed. */
|
|
if (++write2_cb_called == 2 && (is_child_process || is_in_process)) {
|
|
uv_close(&ctx2.recv.handle, NULL);
|
|
uv_close(&ctx2.recv2.handle, NULL);
|
|
uv_close((uv_handle_t*)&ctx2.channel, NULL);
|
|
uv_close((uv_handle_t*)&ctx2.listen, NULL);
|
|
}
|
|
}
|
|
|
|
static void read_cb(uv_stream_t* handle,
|
|
ssize_t nread,
|
|
const uv_buf_t* rdbuf) {
|
|
uv_buf_t wrbuf;
|
|
uv_pipe_t* pipe;
|
|
uv_handle_type pending;
|
|
int r;
|
|
union handles* recv;
|
|
uv_write_t* write_req;
|
|
|
|
free(rdbuf->base);
|
|
|
|
if (nread == UV_EOF || nread == UV_ECONNABORTED) {
|
|
return;
|
|
}
|
|
|
|
ASSERT_GE(nread, 0);
|
|
|
|
pipe = (uv_pipe_t*) handle;
|
|
ASSERT_PTR_EQ(pipe, &ctx2.channel);
|
|
|
|
while (uv_pipe_pending_count(pipe) > 0) {
|
|
if (++read_cb_count == 2) {
|
|
recv = &ctx2.recv;
|
|
write_req = &ctx2.write_req;
|
|
} else {
|
|
recv = &ctx2.recv2;
|
|
write_req = &ctx2.write_req2;
|
|
}
|
|
|
|
pending = uv_pipe_pending_type(pipe);
|
|
ASSERT(pending == UV_NAMED_PIPE || pending == UV_TCP);
|
|
|
|
if (pending == UV_NAMED_PIPE)
|
|
r = uv_pipe_init(ctx2.channel.loop, &recv->pipe, 0);
|
|
else if (pending == UV_TCP)
|
|
r = uv_tcp_init(ctx2.channel.loop, &recv->tcp);
|
|
else
|
|
abort();
|
|
ASSERT_OK(r);
|
|
|
|
r = uv_accept(handle, &recv->stream);
|
|
ASSERT_OK(r);
|
|
|
|
wrbuf = uv_buf_init(".", 1);
|
|
r = uv_write2(write_req,
|
|
(uv_stream_t*)&ctx2.channel,
|
|
&wrbuf,
|
|
1,
|
|
&recv->stream,
|
|
write2_cb);
|
|
ASSERT_OK(r);
|
|
}
|
|
}
|
|
|
|
static void send_recv_start(void) {
|
|
int r;
|
|
ASSERT_EQ(1, uv_is_readable((uv_stream_t*)&ctx2.channel));
|
|
ASSERT_EQ(1, uv_is_writable((uv_stream_t*)&ctx2.channel));
|
|
ASSERT_OK(uv_is_closing((uv_handle_t*)&ctx2.channel));
|
|
|
|
r = uv_read_start((uv_stream_t*)&ctx2.channel, alloc_cb, read_cb);
|
|
ASSERT_OK(r);
|
|
}
|
|
|
|
static void listen_cb(uv_stream_t* handle, int status) {
|
|
int r;
|
|
ASSERT_PTR_EQ(handle, (uv_stream_t*)&ctx2.listen);
|
|
ASSERT_OK(status);
|
|
|
|
r = uv_accept((uv_stream_t*)&ctx2.listen, (uv_stream_t*)&ctx2.channel);
|
|
ASSERT_OK(r);
|
|
|
|
send_recv_start();
|
|
}
|
|
|
|
int run_ipc_send_recv_helper(uv_loop_t* loop, int inprocess) {
|
|
int r;
|
|
|
|
is_in_process = inprocess;
|
|
|
|
memset(&ctx2, 0, sizeof(ctx2));
|
|
|
|
r = uv_pipe_init(loop, &ctx2.listen, 0);
|
|
ASSERT_OK(r);
|
|
|
|
r = uv_pipe_init(loop, &ctx2.channel, 1);
|
|
ASSERT_OK(r);
|
|
|
|
if (inprocess) {
|
|
r = uv_pipe_bind(&ctx2.listen, TEST_PIPENAME_3);
|
|
ASSERT_OK(r);
|
|
|
|
r = uv_listen((uv_stream_t*)&ctx2.listen, SOMAXCONN, listen_cb);
|
|
ASSERT_OK(r);
|
|
} else {
|
|
uv_os_fd_t stdin_handle = uv_convert_fd_to_handle(0);
|
|
r = uv_pipe_open(&ctx2.channel, stdin_handle);
|
|
ASSERT_OK(r);
|
|
|
|
send_recv_start();
|
|
}
|
|
|
|
notify_parent_process();
|
|
r = uv_run(loop, UV_RUN_DEFAULT);
|
|
ASSERT_OK(r);
|
|
|
|
return 0;
|
|
}
|
|
|
|
/* stdin is a duplex channel over which a handle is sent.
|
|
* We receive it and send it back where it came from.
|
|
*/
|
|
int ipc_send_recv_helper(void) {
|
|
int r;
|
|
|
|
r = run_ipc_send_recv_helper(uv_default_loop(), 0);
|
|
ASSERT_OK(r);
|
|
|
|
MAKE_VALGRIND_HAPPY(uv_default_loop());
|
|
return 0;
|
|
}
|
|
|
|
void ipc_send_recv_helper_threadproc(void* arg) {
|
|
int r;
|
|
uv_loop_t loop;
|
|
|
|
r = uv_loop_init(&loop);
|
|
ASSERT_OK(r);
|
|
|
|
r = run_ipc_send_recv_helper(&loop, 1);
|
|
ASSERT_OK(r);
|
|
|
|
r = uv_loop_close(&loop);
|
|
ASSERT_OK(r);
|
|
}
|