diff options
Diffstat (limited to 'sshsig.c')
| -rw-r--r-- | sshsig.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -874,6 +874,7 @@ cert_filter_principals(const char *path, u_long linenum, } if ((principals = sshbuf_dup_string(nprincipals)) == NULL) { error_f("buffer error"); + r = SSH_ERR_ALLOC_FAIL; goto out; } /* success */ |
