aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2005-03-04 11:41:49 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2005-03-04 11:41:49 +0000
commit00147be89513db41cdefb984b9d8e5e02e3f8ce6 (patch)
tree1066745852a3bc4db092442c5892994d798cb715 /ChangeLog
parentc713812fef1340829e2142e177f0a60f2e9471b8 (diff)
improved header MIME decoding.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@147 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 05e312bd..e3bd0b9c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
2005-03-04
+ * src/unmime.[ch]: use GString for a buffer for header MIME decoding
+ to improve the efficiency.
+ * src/codeconv.c: conv_unmime_header(): directly return the return
+ value of unmime_header(). Restrict the buffer size on the stack.
+
+2005-03-04
+
* src/codeconv.[ch]: removed conv_unmime_header_overwrite() because
it had introduced heap buffer overflow.
conv_unmime_header(): modified so that it returns newly-allocated