summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorNigel Metheringham <nigel@exim.org>2008-12-12 14:36:37 +0000
committerNigel Metheringham <nigel@exim.org>2008-12-12 14:36:37 +0000
commit24c929a27415c7cfc7126c47e4cad39acf3efa6b (patch)
tree70ba197f7c6e9f60a548d23243b0218a9e5ba1a2 /doc
parentf44cbc208bbc37a70e527d4ed3ab517b63f0d950 (diff)
Buffer overrun fix. fixes: bug #787
Diffstat (limited to 'doc')
-rw-r--r--doc/doc-txt/ChangeLog5
1 files changed, 4 insertions, 1 deletions
diff --git a/doc/doc-txt/ChangeLog b/doc/doc-txt/ChangeLog
index 52279d332..09b9031cc 100644
--- a/doc/doc-txt/ChangeLog
+++ b/doc/doc-txt/ChangeLog
@@ -1,4 +1,4 @@
-$Cambridge: exim/doc/doc-txt/ChangeLog,v 1.556 2008/10/16 07:57:01 nm4 Exp $
+$Cambridge: exim/doc/doc-txt/ChangeLog,v 1.557 2008/12/12 14:36:37 nm4 Exp $
Change log file for Exim from version 4.21
-------------------------------------------
@@ -77,6 +77,9 @@ NM/07 Bugzilla 769: Extraneous comma in usage fprintf
NM/08 Fixed erroneous documentation references to smtp_notquit_acl to be
acl_smtp_notquit
+NM/09 Bugzilla 787: Potential buffer overflow in string_format
+ Patch provided by Eugene Bujak
+
Exim version 4.69
-----------------