Re: AW: [Exim] buffer overflow?

Top Page
Delete this message
Reply to this message
Author: Hirling Endre
Date:  
To: exim-users
Subject: Re: AW: [Exim] buffer overflow?
Sheldon Hearn wrote:
>
> On Mon, 18 Jun 2001 19:14:16 +0530, Suresh Ramasubramanian wrote:
>
> > Speaking of this, Sheldon .. as you are the freebsd port maintainer, could
> > you please apply a small patch to the freebsd port so that it looks up the
> > new rbl zones (instead of the old *.maps.vix.org zones)?
>
> I'll be upgrading the port to exim-3.30 today. If it isn't using "the
> new rbl zones", I'll be sure to add an appropriate patch.


3.30 doesn't fix the segfault. There is a static, 256-byte buffer in tree.c
that's overwritten in address_prepare, causing the global variable
message_id to be corrupted.

-m-