aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2007-08-23 01:53:04 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2007-08-23 01:53:04 +0000
commit593ed51550a14c6ccbcbc279b899e4ba2100f94a (patch)
tree9e6d32ca0c5ba19cf047965bd1b18e27683c7e71 /ChangeLog
parent1af4d68a52c15c008b3e9d50d21348d509dd0c26 (diff)
conv_get_current_locale(): fixed the case when cur_locale is null string.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@1881 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 977c97b3..16487667 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
2007-08-23
+ * libsylph/codeconv.c: conv_get_current_locale(): fixed the case
+ when cur_locale = "" (thanks to Elohin Igor').
+
+2007-08-23
+
* src/inc.c: inc_put_error(): fixed format string vulnerability
(thanks to Ulf Harnhammar, Secunia Research).