Re: [Exim] Another small patch, please comment

Top Page
Delete this message
Reply to this message
Author: Nico Erfurth
Date:  
To: michael
CC: exim-users
Subject: Re: [Exim] Another small patch, please comment
michael@??? wrote:
> Hello,
>
> string_cat appends len characters to a string, extending its size
> if needed. At least I thought that's what it does, but in fact it
> appends less characters, if there is a \0 in the string to be appended,
> leaving the rest uninitialised. My patch changes that, and it is probably
> slightly more efficient, too. It should not cause trouble anywhere in
> Exim, but if you think it might, please speak up. I don't want to screw
> up something badly just because it works for me.


Well, it's string_cat, not mem_cat ;)
Where does the problem occur for you?

Nico