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

Diff for /src/usr.bin/ssh/auth-options.c between version 1.97 and 1.98

version 1.97, 2021/07/24 01:55:19 version 1.98, 2022/02/08 08:59:12
Line 279 
Line 279 
         }          }
         cp = tmp;          cp = tmp;
         /* validate syntax before recording it. */          /* validate syntax before recording it. */
         host = hpdelim(&cp);          host = hpdelim2(&cp, NULL);
         if (host == NULL || strlen(host) >= NI_MAXHOST) {          if (host == NULL || strlen(host) >= NI_MAXHOST) {
                 free(tmp);                  free(tmp);
                 free(opt);                  free(opt);

Legend:
Removed from v.1.97  
changed lines
  Added in v.1.98