diff options
author | Nigel Metheringham <nigel@exim.org> | 2008-12-12 14:44:25 +0000 |
---|---|---|
committer | Nigel Metheringham <nigel@exim.org> | 2008-12-12 14:44:25 +0000 |
commit | cf73943b330a44b8716aa1fcbf649ee1f0fbc67b (patch) | |
tree | d03b6716a908d9da4a91ef3311fe61a78500489a /doc | |
parent | 24c929a27415c7cfc7126c47e4cad39acf3efa6b (diff) |
Accept len modification fix. fixes: bug #770
Diffstat (limited to 'doc')
-rw-r--r-- | doc/doc-txt/ChangeLog | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/doc/doc-txt/ChangeLog b/doc/doc-txt/ChangeLog index 09b9031cc..1e4774067 100644 --- a/doc/doc-txt/ChangeLog +++ b/doc/doc-txt/ChangeLog @@ -1,4 +1,4 @@ -$Cambridge: exim/doc/doc-txt/ChangeLog,v 1.557 2008/12/12 14:36:37 nm4 Exp $ +$Cambridge: exim/doc/doc-txt/ChangeLog,v 1.558 2008/12/12 14:44:25 nm4 Exp $ Change log file for Exim from version 4.21 ------------------------------------------- @@ -80,6 +80,9 @@ NM/08 Fixed erroneous documentation references to smtp_notquit_acl to be NM/09 Bugzilla 787: Potential buffer overflow in string_format Patch provided by Eugene Bujak +NM/10 Bugzilla 770: Problem on some platforms modifying the len parameter to accept() + Patch provided by Maxim Dounin + Exim version 4.69 ----------------- |