[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.288 and 1.289

version 1.288, 2020/01/23 10:24:29 version 1.289, 2020/01/23 10:53:04
Line 589 
Line 589 
                 ssh_clear_newkeys(ssh, mode);           /* next keys */                  ssh_clear_newkeys(ssh, mode);           /* next keys */
         }          }
 #ifdef WITH_ZLIB  #ifdef WITH_ZLIB
         /* comression state is in shared mem, so we can only release it once */          /* compression state is in shared mem, so we can only release it once */
         if (do_close && state->compression_buffer) {          if (do_close && state->compression_buffer) {
                 sshbuf_free(state->compression_buffer);                  sshbuf_free(state->compression_buffer);
                 if (state->compression_out_started) {                  if (state->compression_out_started) {

Legend:
Removed from v.1.288  
changed lines
  Added in v.1.289