Author: Paul Civati Date: To: exim-dev Subject: Re: [exim-dev] Latest releases on FreeBSD4
David Woodhouse <dwmw2@???> wrote:
> Instead of repeating the string_vformat() call, let's just strdup the
> results and then we don't have to worry about va_copy.
> Please test...
For a very basic quick test this seems to work for me, thanks!