CVSROOT: /cvs Module name: src Changes by: [email protected] 2009/10/26 14:47:00
Modified files:
usr.bin/tmux : server-client.c
Log message:
Don't do anything in the client callback if the client has already died to
avoid a use-after-free (the callback is used twice, once for the client itself
and once for the tty). Fixes crashes seen by Han Boetes.
