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

Diff for /src/usr.bin/ssh/krl.c between version 1.39 and 1.40

version 1.39, 2017/03/10 07:18:32 version 1.40, 2017/05/31 09:15:42
Line 1024 
Line 1024 
                         }                          }
                 }                  }
                 /* Record keys used to sign the KRL */                  /* Record keys used to sign the KRL */
                 tmp_ca_used = reallocarray(ca_used, nca_used + 1,                  tmp_ca_used = recallocarray(ca_used, nca_used, nca_used + 1,
                     sizeof(*ca_used));                      sizeof(*ca_used));
                 if (tmp_ca_used == NULL) {                  if (tmp_ca_used == NULL) {
                         r = SSH_ERR_ALLOC_FAIL;                          r = SSH_ERR_ALLOC_FAIL;

Legend:
Removed from v.1.39  
changed lines
  Added in v.1.40