[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.345 and 1.346

version 1.345, 2020/07/03 05:09:06 version 1.346, 2020/09/16 03:07:31
Line 1230 
Line 1230 
         int r, max_fd = 0, max_fd2 = 0, len;          int r, max_fd = 0, max_fd2 = 0, len;
         u_int64_t ibytes, obytes;          u_int64_t ibytes, obytes;
         u_int nalloc = 0;          u_int nalloc = 0;
         char buf[100];  
   
         debug("Entering interactive session.");          debug("Entering interactive session.");
   
Line 1459 
Line 1458 
         }          }
   
         /* Clear and free any buffers. */          /* Clear and free any buffers. */
         explicit_bzero(buf, sizeof(buf));  
         sshbuf_free(stderr_buffer);          sshbuf_free(stderr_buffer);
   
         /* Report bytes transferred, and transfer rates. */          /* Report bytes transferred, and transfer rates. */

Legend:
Removed from v.1.345  
changed lines
  Added in v.1.346