mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +02:00
fix reallocation bug
This commit is contained in:
parent
08f78839cf
commit
9c2a8b60a2
2 changed files with 5 additions and 0 deletions
|
@ -889,6 +889,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