| commit | 58ca98bfe12b65f4d445dc05b422f672c51caa4b | [log] [download] |
|---|---|---|
| author | Damien Miller <djm@mindrot.org> | Sun Apr 23 12:06:35 2006 +1000 |
| committer | Damien Miller <djm@mindrot.org> | Sun Apr 23 12:06:35 2006 +1000 |
| tree | ce42acb4be05592c9aef3c0a1d8c396a28095f46 | |
| parent | 6aa139c41ff22f9c91a934a73013265ea0a64afc [diff] |
- djm@cvs.openbsd.org 2006/04/16 00:54:10
[sftp-client.c]
avoid making a tiny 4-byte write to send the packet length of sftp
commands, which would result in a separate tiny packet on the wire by
using atomiciov(writev, ...) to write the length and the command in one
pass; ok deraadt@