stripslashes() should have been dealing with colons as well. I don't
authorsimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Tue, 28 Aug 2001 12:26:16 +0000 (12:26 +0000)
committersimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Tue, 28 Aug 2001 12:26:16 +0000 (12:26 +0000)
commitb3dcd9b2e83d61b9441c95ccfb784ed718173244
tree24500ef92bd295d2ceb9bd14f4dd5442353429e7
parent75105663bb397a7f141a9a1af50062b47825324b
stripslashes() should have been dealing with colons as well. I don't
_think_ there was an exploit (even if the server sends "c:foobar",
the client will not attempt to create "c:foobar"; instead it will
try to create ".\c:foobar" which will fail), but it's as well to be
sure.

git-svn-id: svn://svn.tartarus.org/sgt/putty@1223 cda61777-01e9-0310-a592-d414129be87e
scp.c