]> asedeno.scripts.mit.edu Git - PuTTY.git/commit
stripslashes() should have been dealing with colons as well. I don't
authorSimon Tatham <anakin@pobox.com>
Tue, 28 Aug 2001 12:26:16 +0000 (12:26 +0000)
committerSimon Tatham <anakin@pobox.com>
Tue, 28 Aug 2001 12:26:16 +0000 (12:26 +0000)
commitc9326c240e4a25ba9e91fb42f10a0f865d2fe1d4
tree24500ef92bd295d2ceb9bd14f4dd5442353429e7
parentf143fff0db1a5385dd8db84435d14cb05cdcb276
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.

[originally from svn r1223]
scp.c