aboutsummaryrefslogtreecommitdiffstats
path: root/camel/ChangeLog
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@ximian.com>2001-08-29 10:25:59 +0800
committerJeffrey Stedfast <fejj@src.gnome.org>2001-08-29 10:25:59 +0800
commit572e5648458cab1d530f1cb219efafc853030ba0 (patch)
tree326d3cb401b471cbdb233a44f0b62e7589017e41 /camel/ChangeLog
parent87b3e9277fde5e764c2dfdce6bc848afe84ef137 (diff)
downloadgsoc2013-evolution-572e5648458cab1d530f1cb219efafc853030ba0.tar
gsoc2013-evolution-572e5648458cab1d530f1cb219efafc853030ba0.tar.gz
gsoc2013-evolution-572e5648458cab1d530f1cb219efafc853030ba0.tar.bz2
gsoc2013-evolution-572e5648458cab1d530f1cb219efafc853030ba0.tar.lz
gsoc2013-evolution-572e5648458cab1d530f1cb219efafc853030ba0.tar.xz
gsoc2013-evolution-572e5648458cab1d530f1cb219efafc853030ba0.tar.zst
gsoc2013-evolution-572e5648458cab1d530f1cb219efafc853030ba0.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. svn path=/trunk/; revision=12508
Diffstat (limited to 'camel/ChangeLog')
-rw-r--r--camel/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog
index bdabbdf140..d347c98956 100644
--- a/camel/ChangeLog
+++ b/camel/ChangeLog
@@ -1,3 +1,9 @@
+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.
+
2001-08-28 Peter Williams <peterw@ximian.com>
* providers/imap/camel-imap-store.c (create_folder): Whoops.