CVSROOT: /cvs Module name: src Changes by: n...@cvs.openbsd.org 2009/06/05 01:18:37
Modified files: usr.bin/tmux : cmd-string.c window.c Log message: strdup the input to putenv to avoid in one case passing a string that is later freed and in the other const strings. looks sane to millert, ok ray