Home
|
FAQ
|
Feedback
|
Licence
|
Updates
|
Mirrors
|
Keys
|
Links
|
Team
Download:
Stable
·
Pre-release
·
Snapshot
|
Docs
|
Privacy
|
Changes
|
Wishlist
If an SCP server sends data (the initial zero byte of an SCP session) too early, it can get processed by from_backend() before ssh_scp_recv() has started and hence before outptr is set. This causes the data to be discarded, and PSCP to hang forever waiting for the handshake it's already received.