diff options
Diffstat (limited to 'krl.c')
-rw-r--r-- | krl.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -14,7 +14,7 @@ | |||
14 | * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. | 14 | * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. |
15 | */ | 15 | */ |
16 | 16 | ||
17 | /* $OpenBSD: krl.c,v 1.39 2017/03/10 07:18:32 dtucker Exp $ */ | 17 | /* $OpenBSD: krl.c,v 1.40 2017/05/31 09:15:42 deraadt Exp $ */ |
18 | 18 | ||
19 | #include "includes.h" | 19 | #include "includes.h" |
20 | 20 | ||
@@ -1026,7 +1026,7 @@ ssh_krl_from_blob(struct sshbuf *buf, struct ssh_krl **krlp, | |||
1026 | } | 1026 | } |
1027 | } | 1027 | } |
1028 | /* Record keys used to sign the KRL */ | 1028 | /* Record keys used to sign the KRL */ |
1029 | tmp_ca_used = reallocarray(ca_used, nca_used + 1, | 1029 | tmp_ca_used = recallocarray(ca_used, nca_used, nca_used + 1, |
1030 | sizeof(*ca_used)); | 1030 | sizeof(*ca_used)); |
1031 | if (tmp_ca_used == NULL) { | 1031 | if (tmp_ca_used == NULL) { |
1032 | r = SSH_ERR_ALLOC_FAIL; | 1032 | r = SSH_ERR_ALLOC_FAIL; |