mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-01-09 17:38:00 +00:00
pscp: clear act->buf after receiving 'T' command.
Without this missing line, if you tried to download a file in SCP mode using the -p option, the payload of the 'T' command (file times) would still be sitting in act->buf when we went back round the loop, so the payload of the followup 'C' or 'D' would be appended to it, leading to a massive misparse and a complaint about illegal file renaming.
This commit is contained in:
parent
57c45c620f
commit
4135e5d295
Loading…
Reference in New Issue
Block a user