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

Diff for /src/usr.bin/ssh/sftp.c between version 1.190 and 1.191

version 1.190, 2019/01/21 22:50:42 version 1.191, 2019/06/06 05:13:13
Line 2341 
Line 2341 
         size_t num_requests = DEFAULT_NUM_REQUESTS;          size_t num_requests = DEFAULT_NUM_REQUESTS;
         long long limit_kbps = 0;          long long limit_kbps = 0;
   
         ssh_malloc_init();      /* must be called before any mallocs */  
         /* Ensure that fds 0, 1 and 2 are open or directed to /dev/null */          /* Ensure that fds 0, 1 and 2 are open or directed to /dev/null */
         sanitise_stdfd();          sanitise_stdfd();
         setlocale(LC_CTYPE, "");          setlocale(LC_CTYPE, "");

Legend:
Removed from v.1.190  
changed lines
  Added in v.1.191