[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.85 and 1.86

version 1.85, 2019/06/27 18:03:37 version 1.86, 2019/07/09 04:15:00
Line 317 
Line 317 
         size_t npermits = *npermitsp;          size_t npermits = *npermitsp;
         const char *errstr = "unknown error";          const char *errstr = "unknown error";
   
         if (npermits > INT_MAX) {          if (npermits > SSH_AUTHOPT_PERMIT_MAX) {
                 *errstrp = "too many permission directives";                  *errstrp = "too many permission directives";
                 return -1;                  return -1;
         }          }

Legend:
Removed from v.1.85  
changed lines
  Added in v.1.86