mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-03 22:56:33 +02:00
Fix reallocation bug
This commit is contained in:
parent
ca0dbfcde5
commit
cc1bd779f6
2 changed files with 5 additions and 0 deletions
|
@ -898,6 +898,7 @@ _keybox_create_x509_blob (KEYBOXBLOB *r_blob, ksba_cert_t cert,
|
|||
rc = gpg_error_from_syserror ();
|
||||
goto leave;
|
||||
}
|
||||
names = tmp;
|
||||
}
|
||||
names[blob->nuids++] = p;
|
||||
if (!i && (p=x509_email_kludge (p)))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue