aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2006-09-13 05:41:52 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2006-09-13 05:41:52 +0000
commitd7ea96a449049db7de8e92d135b1d961c523a351 (patch)
treeac14ce6a352fc29baeb03af5c9b8f75d76f349ab /ChangeLog
parentd7a5fbadd02bc9e47459c6280cdfd20d18620803 (diff)
session.c: added extra error checking when writing to buffer.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@1155 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index fbbeaadc..3f684cd6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
2006-09-13
+ * libsylph/procmsg.c: procmsg_read_cache(): fixed crash when reading
+ a corrupted cache data.
+ * libsylph/session.c: session_read_data_as_file_cb(): fflush buffer
+ and check error before rewind().
+
+2006-09-13
+
* libsylph/procmime.c: procmime_decode_content(): fflush temporary
file and check errors.