CVSROOT:        /cvs
Module name:    src
Changes by:     [email protected]    2014/04/11 13:35:54

Modified files:
        usr.bin/tmux   : arguments.c cmd-list.c window-copy.c 

Log message:
Don't blindly increase offsets by the return value of snprintf, if there
wasn't enough space this will go off the end. Instead clamp to the
available space. Fixes crash reported by Julien Rebetez.

Reply via email to