]> andersk Git - openssh.git/commit - channels.c
- djm@cvs.openbsd.org 2006/04/16 00:48:52
authordjm <djm>
Sun, 23 Apr 2006 02:06:03 +0000 (02:06 +0000)
committerdjm <djm>
Sun, 23 Apr 2006 02:06:03 +0000 (02:06 +0000)
commit69d9d413a75e86ec49d95ab7b9fd14fe68d65a64
tree4046eda15a182aba1d726aea4ad358f8497968d0
parent9c3c8eb191168eec551230422856ba0f8888f533
   - 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@
ChangeLog
buffer.c
buffer.h
channels.c
This page took 0.056282 seconds and 5 git commands to generate.