Re: [exim-dev] [exim] Numerous segfaults with 64 bit exim

Top Page
Delete this message
Reply to this message
Author: Phil Pennock
Date:  
To: exim-dev
Subject: Re: [exim-dev] [exim] Numerous segfaults with 64 bit exim
On 2011-06-08 at 11:24 -0700, Todd Lyons wrote:
> fake_response_text is a pointer defined in globals.c, but it can be
> overridden by you, the admin in your ACLs. In acl.c, we have:
>
>         fake_response_text = expand_string(string_copyn(p+1, pp-p-1));


Candidate fix for this not handling expand_string() failing and
returning NULL:

http://git.exim.org/users/pdp/exim.git/commit/1fcd359f3287bc9d59a2ec9302f80a37689c778d

Feedback welcome,
-Phil