Skip to content
Snippets Groups Projects
Commit de7971ff authored by Daniel P. Berrangé's avatar Daniel P. Berrangé
Browse files

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: default avatarDaniel P. Berrange <berrange@redhat.com>
parent b83b68a0
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment