commit | a3c32841e631590d26884731acd8f44a32516054 | [log] [download] |
---|---|---|
author | Nicholas Marriott <nicm@openbsd.org> | Fri Jun 05 07:18:37 2009 +0000 |
committer | Nicholas Marriott <nicm@openbsd.org> | Fri Jun 05 07:18:37 2009 +0000 |
tree | 21d98a4c3c0277a37e1daba692c1fea805d6f6b8 | |
parent | 1156467726a21f2126e0b382223118298c623b22 [diff] |
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