mirror of
git://git.gnupg.org/gnupg.git
synced 2025-01-02 12:01:32 +01:00
fix reallocation bug
This commit is contained in:
parent
08f78839cf
commit
9c2a8b60a2
@ -1,3 +1,7 @@
|
||||
2010-07-23 Werner Koch <wk@g10code.com>
|
||||
|
||||
* keybox-blob.c (_keybox_create_x509_blob): Fix reallocation bug.
|
||||
|
||||
2010-04-20 Marcus Brinkmann <marcus@g10code.de>
|
||||
|
||||
* keybox-update.c [!HAVE_DOSISH_SYSTEM]: Include
|
||||
|
@ -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…
x
Reference in New Issue
Block a user