Nick Kralevich bae5b1dbd8 libc_logging: Set SOCK_CLOEXEC on socket
Socket file descriptors remain open across exec unless
SOCK_CLOEXEC is set. Enable this option, to avoid leaking
file descriptors.

In practice, this isn't a big deal, since the socket only remains
open for a very short period to write a message. However, this
socket might leak for for multithreaded programs if an exec occurs
between the open and close.

Change-Id: Ica2e71fe28657c32d56de1431c8f7f1f5c7b7c58
2014-07-02 22:39:14 -07:00
..
2014-06-24 19:03:31 -07:00
2014-06-30 12:48:13 -07:00
2014-06-24 19:03:31 -07:00
2014-06-24 19:03:31 -07:00
2014-07-02 13:20:47 -07:00
2014-07-02 13:20:47 -07:00
2014-06-09 17:42:14 -07:00
2014-06-13 10:55:19 -07:00
2014-06-24 19:03:31 -07:00