CVSROOT: /cvs Module name: src Changes by: n...@cvs.openbsd.org 2015/04/07 07:06:22
Modified files: usr.bin/tmux : paste.c Log message: When replacing, don't free the old paste until after the new one's name has been copied. Fixes a use-after-free in window-copy.c. Bug reported by J Raynor (who also provided a different fix).