aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2006-09-13 07:30:17 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2006-09-13 07:30:17 +0000
commit089d0f37d1a353d7b03dbd12e3f257c910e5a627 (patch)
treeb307559daaace855cf608be50c93959e2588a313 /ChangeLog
parentb826872206f83b70591ae8f445e7f531b2d5ef58 (diff)
avoid uninitialized value.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@1158 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 71b4031e..894adfb2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -5,6 +5,8 @@
error checking.
procmime_get_part_fp(): check the return value of
procmime_decode_content().
+ * libsylph/procmsg.c: procmsg_open_data_file(): avoid uninitialized
+ value.
2006-09-13