https://bugs.exim.org/show_bug.cgi?id=1007
--- Comment #11 from Git Commit <git@???> ---
Git commit:
https://git.exim.org/exim.git/commitdiff/d3e58fcb87faf7131a2712fcfaef200ffd191f05
commit d3e58fcb87faf7131a2712fcfaef200ffd191f05
Author: Jeremy Harris <jgh146exb@???>
AuthorDate: Fri Mar 30 22:54:55 2018 +0100
Commit: Jeremy Harris <jgh146exb@???>
CommitDate: Fri Mar 30 23:58:45 2018 +0100
avoid doing logging in signal-handlers. bug 1007
----
doc/doc-docbook/spec.xfpt | 7 +-
doc/doc-txt/ChangeLog | 9 +++
src/src/config.h.defaults | 1 +
src/src/expand.c | 2 +
src/src/functions.h | 4 +
src/src/globals.c | 6 ++
src/src/globals.h | 6 ++
src/src/readconf.c | 2 +
src/src/receive.c | 201 ++++++++++++++++++++++++++--------------------
src/src/smtp_in.c | 82 ++++++++++++++-----
src/src/spool_in.c | 4 +
src/src/spool_out.c | 6 +-
src/src/tls-gnu.c | 20 +++--
src/src/tls-openssl.c | 11 ++-
test/confs/0001 | 1 -
test/stderr/0465 | 2 -
test/stderr/0471 | 2 -
test/stderr/0487 | 2 -
test/stderr/0489 | 16 ----
test/stderr/0575 | 2 -
test/stderr/2600 | 2 -
test/stderr/2610 | 2 -
test/stderr/2620 | 2 -
test/stderr/5004 | 2 -
test/stderr/5005 | 8 --
test/stderr/5006 | 2 -
test/stdout/0574 | 2 -
27 files changed, 246 insertions(+), 160 deletions(-)
--
You are receiving this mail because:
You are on the CC list for the bug.