diff options
author | Philip Hazel <ph10@hermes.cam.ac.uk> | 2004-12-29 10:16:52 +0000 |
---|---|---|
committer | Philip Hazel <ph10@hermes.cam.ac.uk> | 2004-12-29 10:16:52 +0000 |
commit | b975ba52a239bbf56b61a8af88d480bf07c20d81 (patch) | |
tree | 61844ab870ca1eb9935b3f574695c05391c61858 /doc/doc-txt/NewStuff | |
parent | fc9c231709c26bef8c27a60a76f835d12b20268f (diff) |
The host_aton() buffer overflow: (1) Put a check in host_aton() itself;
(2) noted that the exploit via dnsdb/ptr lookup was already fortuitously
fixed by a previous change.
Diffstat (limited to 'doc/doc-txt/NewStuff')
-rw-r--r-- | doc/doc-txt/NewStuff | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/doc-txt/NewStuff b/doc/doc-txt/NewStuff index bf9890bb3..30cb58ab5 100644 --- a/doc/doc-txt/NewStuff +++ b/doc/doc-txt/NewStuff @@ -1,4 +1,4 @@ -$Cambridge: exim/doc/doc-txt/NewStuff,v 1.23 2004/12/22 12:05:45 ph10 Exp $ +$Cambridge: exim/doc/doc-txt/NewStuff,v 1.24 2004/12/29 10:16:52 ph10 Exp $ New Features in Exim -------------------- @@ -234,9 +234,9 @@ Version 4.50 19. The Exiscan patch is now merged into the main source. See src/EDITME for parameters for the build. -20. If the key for a dnsdb lookup is not an IP address, it is used verbatim, - without component reversal and without the addition of in-addr.arpa or - ip6.arpa. +20. If the key for a dnsdb PTR lookup is not an IP address, it is used + verbatim, without component reversal and without the addition of + in-addr.arpa or ip6.arpa. 21. Two changes related to the smtp_active_hostname option: |