aboutsummaryrefslogtreecommitdiffstats
path: root/camel/ChangeLog
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@ximian.com>2001-10-27 07:13:20 +0800
committerJeffrey Stedfast <fejj@src.gnome.org>2001-10-27 07:13:20 +0800
commit4d55b72adae439372f1d939937e9976c7221ca87 (patch)
treef365a5c25ad9e5235cefe96f7e204d014b521f98 /camel/ChangeLog
parentd09dd29be065825b234010bb6d3fd3220c3620fe (diff)
downloadgsoc2013-evolution-4d55b72adae439372f1d939937e9976c7221ca87.tar
gsoc2013-evolution-4d55b72adae439372f1d939937e9976c7221ca87.tar.gz
gsoc2013-evolution-4d55b72adae439372f1d939937e9976c7221ca87.tar.bz2
gsoc2013-evolution-4d55b72adae439372f1d939937e9976c7221ca87.tar.lz
gsoc2013-evolution-4d55b72adae439372f1d939937e9976c7221ca87.tar.xz
gsoc2013-evolution-4d55b72adae439372f1d939937e9976c7221ca87.tar.zst
gsoc2013-evolution-4d55b72adae439372f1d939937e9976c7221ca87.zip
Check to make sure that the dataset is non-NULL before using and/or
2001-10-26 Jeffrey Stedfast <fejj@ximian.com> * providers/imap/camel-imap-folder.c (imap_get_message): Check to make sure that the dataset is non-NULL before using and/or freeing. svn path=/trunk/; revision=14181
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 06f181bd77..c15a3a74c3 100644
--- a/camel/ChangeLog
+++ b/camel/ChangeLog
@@ -1,5 +1,9 @@
2001-10-26 Jeffrey Stedfast <fejj@ximian.com>
+ * providers/imap/camel-imap-folder.c (imap_get_message): Check to
+ make sure that the dataset is non-NULL before using and/or
+ freeing.
+
* camel-tcp-stream-raw.c (stream_write): Check for EWOULDBLOCK
too?
(stream_read): Same.