diff options
author | Werner Koch <[email protected]> | 2002-07-03 11:04:54 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2002-07-03 11:04:54 +0000 |
commit | 992c88991d2d97327626a95c712477254450b75c (patch) | |
tree | 5220570f2fb4695ae7aa1e23b91d4c83b56c64de /gpgmeplug/ChangeLog | |
parent | 2002-07-03 Marcus Brinkmann <[email protected]> (diff) | |
download | gpgme-992c88991d2d97327626a95c712477254450b75c.tar.gz gpgme-992c88991d2d97327626a95c712477254450b75c.zip |
* gpgmeplug.c (nextCertificate): Actually free the entire array
and don't loop over tmp_dn and double free the first item.
Spotted by Bernhard Herzog.
Diffstat (limited to 'gpgmeplug/ChangeLog')
-rw-r--r-- | gpgmeplug/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gpgmeplug/ChangeLog b/gpgmeplug/ChangeLog index ae803c33..185bdd24 100644 --- a/gpgmeplug/ChangeLog +++ b/gpgmeplug/ChangeLog @@ -1,3 +1,9 @@ +2002-07-03 Werner Koch <[email protected]> + + * gpgmeplug.c (nextCertificate): Actually free the entire array + and don't loop over tmp_dn and double free the first item. + Spotted by Bernhard Herzog. + 2002-07-01 Werner Koch <[email protected]> * gpgmeplug.c (findCertificates): Reintroduced a free which must |