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

Diff for /src/usr.bin/ssh/clientloop.c between version 1.341 and 1.342

version 1.341, 2020/02/26 01:31:47 version 1.342, 2020/02/26 13:40:09
Line 466 
Line 466 
                 gc->cb(ssh, type, seq, gc->ctx);                  gc->cb(ssh, type, seq, gc->ctx);
         if (--gc->ref_count <= 0) {          if (--gc->ref_count <= 0) {
                 TAILQ_REMOVE(&global_confirms, gc, entry);                  TAILQ_REMOVE(&global_confirms, gc, entry);
                 explicit_bzero(gc, sizeof(*gc));                  freezero(gc, sizeof(*gc));
                 free(gc);  
         }          }
   
         ssh_packet_set_alive_timeouts(ssh, 0);          ssh_packet_set_alive_timeouts(ssh, 0);

Legend:
Removed from v.1.341  
changed lines
  Added in v.1.342