]> andersk Git - openssh.git/blobdiff - ChangeLog
- djm@cvs.openbsd.org 2006/04/16 00:48:52
[openssh.git] / ChangeLog
index e48dfe0e628e9529fc4ff77a8ee7e473301e6416..e0d1e28a5cf875012fd68bf417618368a5d284be 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
      GSSAPI buffers shouldn't be nul-terminated, spotted in bugzilla #1066
      by dleonard AT vintela.com. use xasprintf() to simplify code while in
      there; "looks right" deraadt@
+   - 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@
 
 20060421
  - (djm) [Makefile.in configure.ac session.c sshpty.c]
This page took 0.409774 seconds and 4 git commands to generate.