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

Diff for /src/usr.bin/ssh/ssh.c between version 1.576 and 1.577

version 1.576, 2022/09/17 10:33:18 version 1.577, 2022/10/06 22:42:37
Line 653 
Line 653 
          * writable only by the owner, which is ok for all files for which we           * writable only by the owner, which is ok for all files for which we
          * don't set the modes explicitly.           * don't set the modes explicitly.
          */           */
         umask(022);          umask(022 | umask(077));
   
         setlocale(LC_CTYPE, "");          setlocale(LC_CTYPE, "");
   

Legend:
Removed from v.1.576  
changed lines
  Added in v.1.577