diff options
author | Phil Pennock <pdp@exim.org> | 2011-03-22 22:28:33 -0400 |
---|---|---|
committer | Phil Pennock <pdp@exim.org> | 2011-03-22 22:28:33 -0400 |
commit | 084c1d8c14da86888bbffc31a54246dc6e2e8147 (patch) | |
tree | 591a6edb04afa15883f5e5d1666bfcebaaaacfc5 /doc | |
parent | bdff9439baec7646a48684b8ddc0d50dd8fbffb3 (diff) |
Avoid segfault on ref:name specified as uid.
If group not also specified, make this a fatal error. If group
specified, we'll error out anyway unless the group can be resolved.
Approach considered but not followed: fatal config error if built with
ref:name where name is a number.
fixes bug 1098
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 7105e5fc6..2b3ec8573 100644 --- a/doc/doc-txt/ChangeLog +++ b/doc/doc-txt/ChangeLog @@ -15,6 +15,9 @@ PP/03 New openssl_options items: no_sslv2 no_sslv3 no_ticket no_tlsv1 PP/04 New "dns_use_edns0" global option. +PP/05 Don't segfault on misconfiguration of ref:name exim-user as uid. + Bugzilla 1098. + Exim version 4.75 ----------------- |