We now send argv to the server after parsing it in the client to get the
commit34d05ea7cdc168f3f40ee8f7c1f203a216f2dfdf
authorNicholas Marriott <nicm@openbsd.org>
Fri, 29 Oct 2010 20:11:57 +0000 (29 20:11 +0000)
committerNicholas Marriott <nicm@openbsd.org>
Fri, 29 Oct 2010 20:11:57 +0000 (29 20:11 +0000)
tree32c055e3a54ed70f4ac3dcbf9ba55d5d128752b9
parent5de84eca3dbaa7b9fcc378a58198ced8a2d95a3e
We now send argv to the server after parsing it in the client to get the
command, so the client should not modify it. Instead, take a copy. Fixes
parsing command lists, reported by mcbride@.
cmd-list.c
cmd.c
tmux.h