mirror of
git://git.gnupg.org/gnupg.git
synced 2025-02-06 17:23:03 +01:00
Fix reallocation bug
This commit is contained in:
parent
ca0dbfcde5
commit
cc1bd779f6
@ -1,3 +1,7 @@
|
||||
2010-07-23 Werner Koch <wk@g10code.com>
|
||||
|
||||
* keybox-blob.c (_keybox_create_x509_blob): Fix reallocation bug.
|
||||
|
||||
2008-12-09 Werner Koch <wk@g10code.com>
|
||||
|
||||
* kbxutil.c (main): Call i18n_init before init_common_subsystems.
|
||||
|
@ -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…
x
Reference in New Issue
Block a user