reschauzier <reschauzier@...> wrote:
> Yes, this indeed turned out to be the case. It is fixed by setting
> sr->sr_nmatch to zero in smtp_reply_init().
I fear you have a problem with your compiler. The zero'ing you did is
three lines below this:
memset(sr, 0, sizeof(*sr));
So the whole structure has already been zero'ed. Do you use -O? Can you
try without any compiler optimization (and without your fix)?
--
Emmanuel Dreyfus
http://hcpnet.free.fr/pubz
manu@...Message
Re: [milter-greylist] Re: Milter-greylist-4.1.10 segfaults on regular expressions
2009-02-04 by manu@netbsd.org