aboutsummaryrefslogtreecommitdiffstats
path: root/camel/ChangeLog
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@ximian.com>2001-08-29 11:16:57 +0800
committerJeffrey Stedfast <fejj@src.gnome.org>2001-08-29 11:16:57 +0800
commitcc3ec1cb4827f8deb3b755778ed657dc9c26430e (patch)
tree345d7c7f4e6c5f8fe679416d51a399ec38e7aece /camel/ChangeLog
parentf6ee20d9097f3ba7bce189f3015e65721d328122 (diff)
downloadgsoc2013-evolution-cc3ec1cb4827f8deb3b755778ed657dc9c26430e.tar
gsoc2013-evolution-cc3ec1cb4827f8deb3b755778ed657dc9c26430e.tar.gz
gsoc2013-evolution-cc3ec1cb4827f8deb3b755778ed657dc9c26430e.tar.bz2
gsoc2013-evolution-cc3ec1cb4827f8deb3b755778ed657dc9c26430e.tar.lz
gsoc2013-evolution-cc3ec1cb4827f8deb3b755778ed657dc9c26430e.tar.xz
gsoc2013-evolution-cc3ec1cb4827f8deb3b755778ed657dc9c26430e.tar.zst
gsoc2013-evolution-cc3ec1cb4827f8deb3b755778ed657dc9c26430e.zip
Initialize buf and diag_buf to NULL, hopefully this fixes the crash if the
2001-08-28 Jeffrey Stedfast <fejj@ximian.com> * camel-pgp-context.c (crypto_exec_with_passwd): Initialize buf and diag_buf to NULL, hopefully this fixes the crash if the select() times out. (pgp_encrypt): Argh. What was I thinking? Don't use "-r recipient" as an argument, instead use "-r" and "recipient" as 2 separate arguments to pgp. This might fix the "gpg only encrypts to my private key" bug? svn path=/trunk/; revision=12510
Diffstat (limited to 'camel/ChangeLog')
-rw-r--r--camel/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog
index d347c98956..a84dd18d4c 100644
--- a/camel/ChangeLog
+++ b/camel/ChangeLog
@@ -3,6 +3,10 @@
* camel-pgp-context.c (crypto_exec_with_passwd): Initialize buf
and diag_buf to NULL, hopefully this fixes the crash if the
select() times out.
+ (pgp_encrypt): Argh. What was I thinking? Don't use "-r recipient"
+ as an argument, instead use "-r" and "recipient" as 2 separate
+ arguments to pgp. This might fix the "gpg only encrypts to my
+ private key" bug?
2001-08-28 Peter Williams <peterw@ximian.com>