io: use qemu_accept to ensure SOCK_CLOEXEC is set
The QIOChannelSocket code mistakenly uses the bare accept()
function which does not set SOCK_CLOEXEC.
Signed-off-by:
Daniel P. Berrange <berrange@redhat.com>
Loading
Please register or sign in to comment