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

Diff for /src/usr.bin/ssh/ssh-agent.c between version 1.233 and 1.234

version 1.233, 2019/01/22 22:58:50 version 1.234, 2019/06/06 05:13:13
Line 1079 
Line 1079 
         size_t npfd = 0;          size_t npfd = 0;
         u_int maxfds;          u_int maxfds;
   
         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();
   

Legend:
Removed from v.1.233  
changed lines
  Added in v.1.234