Don't attempt to append a nul quote char to the filename. Should prevent
authordtucker <dtucker@openbsd.org>
Tue, 29 Apr 2014 20:36:51 +0000 (20:36 +0000)
committerdtucker <dtucker@openbsd.org>
Tue, 29 Apr 2014 20:36:51 +0000 (20:36 +0000)
commit1e163262bbbae9dc722198c0bb569bbca0fb5ba4
tree2775af408d9bc7ee8cbaaaaad3ffa9afb94de0d5
parenta4cc2192aa48646acfff9e5e2150a983c0bcb788
Don't attempt to append a nul quote char to the filename.  Should prevent
fatal'ing with "el_insertstr failed" when there's a single quote char
somewhere in the string.  bz#2238, ok markus@
usr.bin/ssh/sftp.c