aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2007-04-19 04:29:41 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2007-04-19 04:29:41 +0000
commit66d054675b8d540f7460cdde7c3364c2af517823 (patch)
treedf72b42514b92847a66c7b4a1e10683ca49b0741 /ChangeLog
parent6e63f1be265a5173c59d169e5c18719d8055ae3f (diff)
check for invalid APOP timestamp (CVE-2007-1558).
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@1656 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 1850c4ae..c74fd8d2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
2007-04-19
+ * libsylph/pop.c:
+ pop3_getauth_apop_send()
+ pop3_session_recv_msg(): check for invalid APOP timestamp
+ (CVE-2007-1558), and check for the functions' return value.
+
+2007-04-19
+
* src/mainwindow.c: toolbar_customize()
src/compose.c: toolbar_customize(): write config file after toolbar
customization.