diff options
author | Damien Miller <djm@mindrot.org> | 2006-04-23 12:06:03 +1000 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2006-04-23 12:06:03 +1000 |
commit | 499a0d5ada82acbf8a5c5d496dbf0b4570dde1af (patch) | |
tree | bf1074febeccab92e23341d27133fc7cdc0eb567 /ChangeLog | |
parent | 63e437f053bec9e227ba11e5e6205cd1e217baac (diff) |
- djm@cvs.openbsd.org 2006/04/16 00:48:52
[buffer.c buffer.h channels.c]
Fix condition where we could exit with a fatal error when an input
buffer became too large and the remote end had advertised a big window.
The problem was a mismatch in the backoff math between the channels code
and the buffer code, so make a buffer_check_alloc() function that the
channels code can use to propsectivly check whether an incremental
allocation will succeed. bz #1131, debugged with the assistance of
cove AT wildpackets.com; ok dtucker@ deraadt@
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 11 |
1 files changed, 10 insertions, 1 deletions
@@ -17,6 +17,15 @@ | |||
17 | GSSAPI buffers shouldn't be nul-terminated, spotted in bugzilla #1066 | 17 | GSSAPI buffers shouldn't be nul-terminated, spotted in bugzilla #1066 |
18 | by dleonard AT vintela.com. use xasprintf() to simplify code while in | 18 | by dleonard AT vintela.com. use xasprintf() to simplify code while in |
19 | there; "looks right" deraadt@ | 19 | there; "looks right" deraadt@ |
20 | - djm@cvs.openbsd.org 2006/04/16 00:48:52 | ||
21 | [buffer.c buffer.h channels.c] | ||
22 | Fix condition where we could exit with a fatal error when an input | ||
23 | buffer became too large and the remote end had advertised a big window. | ||
24 | The problem was a mismatch in the backoff math between the channels code | ||
25 | and the buffer code, so make a buffer_check_alloc() function that the | ||
26 | channels code can use to propsectivly check whether an incremental | ||
27 | allocation will succeed. bz #1131, debugged with the assistance of | ||
28 | cove AT wildpackets.com; ok dtucker@ deraadt@ | ||
20 | 29 | ||
21 | 20060421 | 30 | 20060421 |
22 | - (djm) [Makefile.in configure.ac session.c sshpty.c] | 31 | - (djm) [Makefile.in configure.ac session.c sshpty.c] |
@@ -4528,4 +4537,4 @@ | |||
4528 | - (djm) Trim deprecated options from INSTALL. Mention UsePAM | 4537 | - (djm) Trim deprecated options from INSTALL. Mention UsePAM |
4529 | - (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu | 4538 | - (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu |
4530 | 4539 | ||
4531 | $Id: ChangeLog,v 1.4306 2006/04/23 02:05:46 djm Exp $ | 4540 | $Id: ChangeLog,v 1.4307 2006/04/23 02:06:03 djm Exp $ |