CVSROOT: /cvs Module name: src Changes by: [email protected] 2015/08/24 16:49:13
Modified files:
usr.bin/tmux : grid.c
Log message:
In grid_duplicate_lines, if the line is empty (cellsize == 0) then clear
the destination celldata pointer rather than leaving a stale copy of the
source pointer (which may later be freed). Fixes a crash found by
Kuang-che Wu.
