Fix 718: How to handle filenames with newline characters by remote commands
authorColin Clark <cclark@carbon>
Fri, 8 Nov 2019 13:36:47 +0000 (13:36 +0000)
committerColin Clark <cclark@carbon>
Fri, 8 Nov 2019 13:36:47 +0000 (13:36 +0000)
commit27e185d16561d5ac9ede691a506159116296fa91
tree7043f1bf6a99d8d1842c2d426e3e378930766301
parentab4450035432e3ecb5e5b6b94c4917e7a2789a08
Fix 718: How to handle filenames with newline characters by remote commands

The fix uses a character string to identify the end-of-command.
A correct implementation would use the null character instead of a
string.
src/remote.c