diff options
author | Phil Pennock <pdp@exim.org> | 2012-05-04 18:22:16 -0700 |
---|---|---|
committer | Phil Pennock <pdp@exim.org> | 2012-05-04 18:22:16 -0700 |
commit | ef8406816ea0fc82b5d80009b30cb83ad9af6f2f (patch) | |
tree | 81408ef9c2a5775d9fc664667073180b8a101eed /doc | |
parent | ee278e5a4369c214892af66c2bd003bd00899345 (diff) |
Check localhost_number expansion for failure.
Avoids NULL dereference.
Report and patch from Alun Jones.
Also a couple of SIZE_T_FMT sizeof() printf string fixes while I was in there.
fixes bug 1122
Diffstat (limited to 'doc')
-rw-r--r-- | doc/doc-txt/ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/doc-txt/ChangeLog b/doc/doc-txt/ChangeLog index 55cde6dcf..80e8edf97 100644 --- a/doc/doc-txt/ChangeLog +++ b/doc/doc-txt/ChangeLog @@ -78,6 +78,9 @@ PP/17 OpenSSL: new expansion var $tls_sni, which if used in tls_certificate Also option tls_sni on SMTP Transports. Also clear $tls_bits correctly before an outbound SMTP session. New log_selector, +tls_sni. +PP/18 Bugzilla 1122 - check localhost_number expansion for failure, avoid + NULL dereference. Report and patch from Alun Jones. + Exim version 4.77 ----------------- |