Re: [exim] After upgrade to 0.93

Top Page
Delete this message
Reply to this message
Author: Jeremy Harris
Date:  
To: exim-users
Subject: Re: [exim] After upgrade to 0.93
On 10/12/2019 15:51, Jeremy Harris via Exim-users wrote:
> On 10/12/2019 15:24, john via Exim-users wrote:
>> 2019-12-10 15:08:03 1ieh7L-0007P7-AT Taint mismatch, Ustrncpy:
>> rewrite_one_header 611
>
>> What have I got wrong?
>
> Nothing beyond using rewrites :)
>
> This feels like a bug.
> What platform, and what rewrite ruleset?


Having reviewed the relevant sourcecode, most likely
a problem with the build. Who supplied the binary?

If it was you, and the platform is not Linux: check
carefully that you are not overriding the CFLAGS
set in OS/Makefile-<platform> by some use of "CFLAGS="
where you should have "CFLAGS +=".

Use make distclean; make FULLECHO=''
to see the actual cc lines used during the build.
--
Cheers,
Jeremy