io: replace pipe() with g_unix_open_pipe(CLOEXEC)
commitd640b59eb3c7925568c5b101f439b0c0e65ea313
authorMarc-André Lureau <marcandre.lureau@redhat.com>
Fri, 22 Apr 2022 10:51:47 +0000 (22 14:51 +0400)
committerMarc-André Lureau <marcandre.lureau@redhat.com>
Tue, 3 May 2022 11:47:25 +0000 (3 15:47 +0400)
tree9c999ba3ba720e08c6fa8f63347ad7c8e70f7c82
parentbd2142c353c683a26a968dafca14be02c07d6f96
io: replace pipe() 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: Daniel P. Berrangé <berrange@redhat.com>
io/channel-command.c