aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2006-11-06 06:23:04 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2006-11-06 06:23:04 +0000
commit9bb800a49acaef0dc19916e5ae00c941292d2515 (patch)
tree4aee0dd046aa1af838209c81abe3af823b0c53a3 /ChangeLog
parentcea367a9403bbc0da0ac4be390cb09a7b471c51b (diff)
fixed a crash when printing a message with empty Subject, From, and To.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@1266 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 87df7ff3..137e6030 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,14 @@
+2006-11-06
+
+ * libsylph/procmsg.c: procmsg_print_message(): fixed a crash when
+ printing a message with empty Subject, From, and To (thanks to
+ Jonathan Woithe).
+ * libsylph/codeconv.c:
+ conv_convert()
+ conv_codeset_strdup_full()
+ conv_iconv_strdup_with_cd(): return NULL if input string is NULL
+ (fixes crashes with NULL strings).
+
2006-11-02
* libsylph/folder.[ch]