1
0
Fork 0
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:
Werner Koch 2010-07-23 12:30:53 +00:00
parent ca0dbfcde5
commit cc1bd779f6
2 changed files with 5 additions and 0 deletions

View file

@ -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)))