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

Diff for /src/usr.bin/ssh/auth.c between version 1.144 and 1.145

version 1.144, 2019/12/16 13:58:53 version 1.145, 2020/01/23 07:10:22
Line 800 
Line 800 
                         child_set_env(&child_env, &envsize, "LANG", cp);                          child_set_env(&child_env, &envsize, "LANG", cp);
   
                 for (i = 0; i < NSIG; i++)                  for (i = 0; i < NSIG; i++)
                         signal(i, SIG_DFL);                          ssh_signal(i, SIG_DFL);
   
                 if ((devnull = open(_PATH_DEVNULL, O_RDWR)) == -1) {                  if ((devnull = open(_PATH_DEVNULL, O_RDWR)) == -1) {
                         error("%s: open %s: %s", tag, _PATH_DEVNULL,                          error("%s: open %s: %s", tag, _PATH_DEVNULL,

Legend:
Removed from v.1.144  
changed lines
  Added in v.1.145