os-posix: replace pipe()+cloexec with g_unix_open_pipe(CLOEXEC)
commit3338a41f24de3033ceb9ac047811826e64b360e6
authorMarc-André Lureau <marcandre.lureau@redhat.com>
Fri, 22 Apr 2022 10:47:59 +0000 (22 14:47 +0400)
committerMarc-André Lureau <marcandre.lureau@redhat.com>
Tue, 3 May 2022 11:46:17 +0000 (3 15:46 +0400)
tree2e885023ab8586c832959412f43077feb0188c45
parent89810e10eda30501906421a23b4f1e6c330924ac
os-posix: replace pipe()+cloexec with g_unix_open_pipe(CLOEXEC)

Suggested-by: Daniel P. Berrangé <berrange@redhat.com>
Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
os-posix.c