Re: [Qemu-devel] [Bug 1504513] [NEW] Socket leak on each call to qemu_socket()

2015-10-13 Thread Markus Armbruster
Mark Pizzolato - Info Comm writes: > On Sunday, October 11, 2015 at 11:58 PM. Markus Armbruster wrote: >> Mark Pizzolato writes: >> >> > Public bug reported: >> > >> > On any host platform where SOCK_CLOEXEC is defined (Linux at least), a >> > socket is leaked on each call to qemu_socket() AND

Re: [Qemu-devel] [Bug 1504513] [NEW] Socket leak on each call to qemu_socket()

2015-10-11 Thread Markus Armbruster
Mark Pizzolato writes: > Public bug reported: > > On any host platform where SOCK_CLOEXEC is defined (Linux at least), a > socket is leaked on each call to qemu_socket() AND the socket returned > hasn't been created with the desired SOCK_CLOEXEC attribute. The > qemu_socket routine is: > > Line

[Qemu-devel] [Bug 1504513] [NEW] Socket leak on each call to qemu_socket()

2015-10-09 Thread Mark Pizzolato
Public bug reported: On any host platform where SOCK_CLOEXEC is defined (Linux at least), a socket is leaked on each call to qemu_socket() AND the socket returned hasn't been created with the desired SOCK_CLOEXEC attribute. The qemu_socket routine is: Line 272 of util/osdep.c: /* * Opens a sock