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

Diff for /src/usr.bin/ssh/clientloop.c between version 1.324 and 1.325

version 1.324, 2019/06/12 11:31:50 version 1.325, 2019/06/26 22:29:43
Line 330 
Line 330 
                             "%s/xauthfile", xauthdir)) < 0 ||                              "%s/xauthfile", xauthdir)) < 0 ||
                             (size_t)r >= sizeof(xauthfile)) {                              (size_t)r >= sizeof(xauthfile)) {
                                 error("%s: xauthfile path too long", __func__);                                  error("%s: xauthfile path too long", __func__);
                                 unlink(xauthfile);  
                                 rmdir(xauthdir);                                  rmdir(xauthdir);
                                 return -1;                                  return -1;
                         }                          }

Legend:
Removed from v.1.324  
changed lines
  Added in v.1.325