On 29/08/14 08:22, Warren Baker wrote: > On Thu, Aug 28, 2014 at 11:48 AM, John Horne <[email protected]> > wrote: >> We have just updated our mail servers to Exim 4.84, and we are now >> seeing segfault errors on two (of three) servers: [...] > Yeah likewise - I have debugging but not enough (so will dig deeper).
We've not settled on this yet, but for people being bitten by this and not minding a recompile: src/mime.c about line 600: replace uschar *param_value = NULL; with uschar *param_value = string_copy(US""); -- Cheers, Jeremy -- ## List details at https://lists.exim.org/mailman/listinfo/exim-users ## Exim details at http://www.exim.org/ ## Please use the Wiki with this list - http://wiki.exim.org/
