summaryrefslogtreecommitdiff
path: root/doc/doc-txt
diff options
context:
space:
mode:
authorJeremy Harris <jgh146exb@wizmail.org>2020-06-12 20:17:56 +0100
committerJeremy Harris <jgh146exb@wizmail.org>2020-06-12 20:17:56 +0100
commitd3a538c8fee9f31b29947ad73445f50902140899 (patch)
tree852e19c29ec85dab9928f42e6ec7cd501c7af22e /doc/doc-txt
parentf91219c114a3d95792d052555664a5a7a3984a8d (diff)
smtp_accept_map_per_host: call search_tidyup in fail path. Bug 2597
Diffstat (limited to 'doc/doc-txt')
-rw-r--r--doc/doc-txt/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/doc-txt/ChangeLog b/doc/doc-txt/ChangeLog
index 7284f9cfe..86686521e 100644
--- a/doc/doc-txt/ChangeLog
+++ b/doc/doc-txt/ChangeLog
@@ -35,6 +35,11 @@ JH/06 Bug 2594: Change the name used for certificate name checks in the smtp
the head of the CNAME chain leading there (if there is one). This seems
to align better with RFC 6125.
+JH/07 Bug 2597: Fix a resource leak. Using a lookup in obtaining a value for
+ smtp_accept_max_per_host allocated resources which were not released
+ when the limit was exceeded. This eventually crashed the daemon. Fix
+ by adding a relase action in that path.
+
Exim version 4.94
-----------------