Files
heimdal/lib/ipc
Jeffrey Altman 60b25dd9c5 lib/ipc: client double close of socket file descriptor #431
When connect() fails in connect_unix() the path_ctx.fd is not
set to -1 after close().  When common_release() is executed due
to the error return from connect_unix() it calls close() a second
time.

There is no need to call close() from connect_unix(). Remove the
duplicate request.

This issue was reported by YASUOKA Masahiko.

Change-Id: I825e274cc7f12e50a8779a2b62ddb756817cdb52
2018-12-26 15:13:28 -05:00
..
2009-11-21 10:25:30 -08:00
2009-11-21 10:25:30 -08:00
2009-11-21 10:25:30 -08:00
2009-11-21 10:25:30 -08:00
2016-12-15 12:40:23 -06:00