CVSROOT: /cvs Module name: src Changes by: n...@cvs.openbsd.org 2009/10/11 04:39:27
Modified files: usr.bin/tmux : server-fn.c Log message: Set the current window pointer to NULL when killing a winlink that is to be replaced with link-window -k. This prevents it being pushed onto the last window stack and causing a use-after-free. Only took me an hour to find this :-/...