diff options
author | Werner Koch <[email protected]> | 2002-07-01 13:09:18 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2002-07-01 13:09:18 +0000 |
commit | ca43df065f8f1605b2ac32fa8635c25082f27bcf (patch) | |
tree | 8c73cea47c54a6e64ca02f687edc940f700a89a7 /gpgmeplug/ChangeLog | |
parent | * gpgmeplug.c (findCertificates): Reintroduced a free which must (diff) | |
download | gpgme-ca43df065f8f1605b2ac32fa8635c25082f27bcf.tar.gz gpgme-ca43df065f8f1605b2ac32fa8635c25082f27bcf.zip |
(xstrdup): Oops, obviously I calculated the length wrong when
coded this. Tsss, wrote xstrdup some hundreds times but missed it
this time. Thanks to Steffen Hansen for noticing it.
Diffstat (limited to 'gpgmeplug/ChangeLog')
-rw-r--r-- | gpgmeplug/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gpgmeplug/ChangeLog b/gpgmeplug/ChangeLog index 05720449..ae803c33 100644 --- a/gpgmeplug/ChangeLog +++ b/gpgmeplug/ChangeLog @@ -14,6 +14,10 @@ malloc. Removed superfluous string termination. (parseAddress): Use xmalloc instead of an unchecked malloc. (nextAddress): Ditto. + (xstrdup): Oops, obviously I calculated the length wrong when + coded this. Tsss, wrote xstrdup some hundreds times but missed it + this time. Thanks to Steffen Hansen for noticing it. + * gpgmeplug.c: Moved a few helper functions more to the top. Fixed comment syntax. Merged a copyright notice somewhere in the middle of the file with the one at the top. |