[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.171 and 1.172

version 1.171, 2015/08/20 22:32:42 version 1.172, 2016/02/15 09:47:49
Line 2206 
Line 2206 
         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.171  
changed lines
  Added in v.1.172