mirror of
git://git.gnupg.org/gnupg.git
synced 2025-04-17 15:44:34 +02: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>
|
2008-12-09 Werner Koch <wk@g10code.com>
|
||||||
|
|
||||||
* kbxutil.c (main): Call i18n_init before init_common_subsystems.
|
* 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 ();
|
rc = gpg_error_from_syserror ();
|
||||||
goto leave;
|
goto leave;
|
||||||
}
|
}
|
||||||
|
names = tmp;
|
||||||
}
|
}
|
||||||
names[blob->nuids++] = p;
|
names[blob->nuids++] = p;
|
||||||
if (!i && (p=x509_email_kludge (p)))
|
if (!i && (p=x509_email_kludge (p)))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user