]> git.sur5r.net Git - i3/i3/commit
ipc: Correctly deal with SIGPIPE/failing write()s
authorMichael Stapelberg <michael@stapelberg.de>
Fri, 12 Mar 2010 14:02:00 +0000 (15:02 +0100)
committerMichael Stapelberg <michael@stapelberg.de>
Fri, 12 Mar 2010 14:02:00 +0000 (15:02 +0100)
commit5a3d1b38e8e67c11a20ff7ce7d40d0d464b8f702
tree326b1ff8f0b418e5318bfbac56ba2f6c04cd482d
parent0f5256dc72728f61054a18d1f47224d393cc95af
ipc: Correctly deal with SIGPIPE/failing write()s

If a client disconnects while i3 still wants to write the reply, this
could lead to exits of i3 before.
src/ipc.c
src/mainx.c