aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2005-03-23 10:23:49 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2005-03-23 10:23:49 +0000
commit071030190a7d45b6cca8cf71f9f513f4c12c50a1 (patch)
treeb8b5e9de3fc46cd01c03baf288386a01e6a48170 /ChangeLog
parentf0314c16b1392a2021874136f80fd9350f16fe84 (diff)
fixed buffer overflow in conv_jistoeuc().
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@186 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 6188a1ac..ff0c221d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2005-03-23
+
+ * src/codeconv.c: conv_jistoeuc(): fixed buffer overflow when
+ auxiliary Kanji appeared (only affects svn version after
+ 2005-03-17).
+
2005-03-22
* src/codeconv.[ch]: return error value in every code conversion