[BACK]Return to packet.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / ssh

Diff for /src/usr.bin/ssh/packet.c between version 1.304 and 1.305

version 1.304, 2022/01/01 01:55:30 version 1.305, 2022/01/17 22:56:04
Line 774 
Line 774 
                 ssh->state->compression_in_stream.avail_out = sizeof(buf);                  ssh->state->compression_in_stream.avail_out = sizeof(buf);
   
                 status = inflate(&ssh->state->compression_in_stream,                  status = inflate(&ssh->state->compression_in_stream,
                     Z_PARTIAL_FLUSH);                      Z_SYNC_FLUSH);
                 switch (status) {                  switch (status) {
                 case Z_OK:                  case Z_OK:
                         if ((r = sshbuf_put(out, buf, sizeof(buf) -                          if ((r = sshbuf_put(out, buf, sizeof(buf) -

Legend:
Removed from v.1.304  
changed lines
  Added in v.1.305