CVSROOT: /cvs Module name: src Changes by: [email protected] 2014/10/08 11:14:04
Modified files:
usr.bin/tmux : grid.c paste.c
Log message:
Use xrealloc(NULL, n, m) instead of xmalloc(n * m) to get overflow
check.
CVSROOT: /cvs Module name: src Changes by: [email protected] 2014/10/08 11:14:04
Modified files:
usr.bin/tmux : grid.c paste.c
Log message:
Use xrealloc(NULL, n, m) instead of xmalloc(n * m) to get overflow
check.