summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorPhilip Hazel <ph10@hermes.cam.ac.uk>2007-08-29 13:58:57 +0000
committerPhilip Hazel <ph10@hermes.cam.ac.uk>2007-08-29 13:58:57 +0000
commitce9f225cdc4df2e3f2122b67e297b9f4aef1edb7 (patch)
tree6d27fe48730686f49b61a84f4b7336b87c5096ba /doc
parent7353285c15cfdcab0567dc8a0d55ff4720a7a01c (diff)
Guard against buffer overflow in moan_check_errorcopy().
Diffstat (limited to 'doc')
-rw-r--r--doc/doc-txt/ChangeLog4
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/doc-txt/ChangeLog b/doc/doc-txt/ChangeLog
index fd10f7b3c..6a3999827 100644
--- a/doc/doc-txt/ChangeLog
+++ b/doc/doc-txt/ChangeLog
@@ -1,4 +1,4 @@
-$Cambridge: exim/doc/doc-txt/ChangeLog,v 1.527 2007/08/23 11:01:49 ph10 Exp $
+$Cambridge: exim/doc/doc-txt/ChangeLog,v 1.528 2007/08/29 13:58:57 ph10 Exp $
Change log file for Exim from version 4.21
-------------------------------------------
@@ -97,6 +97,8 @@ PH/20 Added the "servers=" facility to MySQL and PostgreSQL lookups. (Oracle
PH/21 Added message_body_newlines option.
+PH/22 Guard against possible overflow in moan_check_errorcopy().
+
Exim version 4.67
-----------------