[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.88 and 1.89

version 1.88, 2019/09/06 04:53:27 version 1.89, 2019/09/13 04:36:43
Line 262 
Line 262 
                  * listen_host wildcard.                   * listen_host wildcard.
                  */                   */
                 if (asprintf(&tmp, "*:%s", opt) == -1) {                  if (asprintf(&tmp, "*:%s", opt) == -1) {
                           free(opt);
                         *errstrp = "memory allocation failed";                          *errstrp = "memory allocation failed";
                         return -1;                          return -1;
                 }                  }

Legend:
Removed from v.1.88  
changed lines
  Added in v.1.89