| commit | e9405983dc1cf9399e560e70f7c681ba62e09131 | [log] [download] |
|---|---|---|
| author | Darren Tucker <dtucker@zip.com.au> | Sun May 20 15:09:04 2007 +1000 |
| committer | Darren Tucker <dtucker@zip.com.au> | Sun May 20 15:09:04 2007 +1000 |
| tree | 14b2393fd9137f4ff5547c6a0233385350d39d77 | |
| parent | 36b78000a7bc14def417251aa50ebcdfcf182345 [diff] |
- djm@cvs.openbsd.org 2007/05/17 07:55:29
[sftp-server.c]
bz#1286 stop reading and processing commands when input or output buffer
is nearly full, otherwise sftp-server would happily try to grow the
input/output buffers past the maximum supported by the buffer API and
promptly fatal()
based on patch from Thue Janus Kristensen; feedback & ok dtucker@