CVSROOT: /cvs Module name: src Changes by: n...@cvs.openbsd.org 2009/07/02 10:15:43
Modified files: usr.bin/tmux : cmd-paste-buffer.c paste.c window-copy.c Log message: Fix two copy/paste bugs: forbid zero-length buffers to prevent a fatal error when trying to paste them, found by me, and miscalculation of the start/end causing random fatal errors when copying in copy-mode, reported by sthen. ok sthen "put it in" deraadt