https://bugs.exim.org/show_bug.cgi?id=2215

--- Comment #2 from Jeremy Harris <[email protected]> ---
Created attachment 1055
  --> https://bugs.exim.org/attachment.cgi?id=1055&action=edit
avoid store-release

Appears to be the dnsdb lookup done from dkim ACL that triggers this; the
expansion code releases the memory it used from the operating pool on exit, but
doesn't realise that the DKIM acl is operating on POOL_PERM, and the DNS lookup
does an allocation using that (for failed lookups).

This could affect other types of lookup too, so suggested fix is to disable
the store-release if the operating pool is POOL_PERM.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
-- 
## List details at https://lists.exim.org/mailman/listinfo/exim-dev Exim 
details at http://www.exim.org/ ##

Reply via email to