Subject: Re: libc.112 vs perl/spamassassin problems
To: None <mason@primenet.com.au>
From: Takahiro Kambe <taca@back-street.net>
List: current-users
Date: 02/25/2004 15:19:42
In message <slrnc3oa5k.2ss.mason@g.primenet.com.au>
	on Wed, 25 Feb 2004 04:46:44 +0000 (UTC),
	Geoff Wing <mason@primenet.com.au> wrote:
> aliases is a  char **  so malloc() and realloc() should properly be multiplying
> by  sizeof(char *)  not  sizeof(char **) .  Same goes for the other usages in
> the patch (which seems to have been checked in as submitted).  Right?
The code is working but you're really, really right!

Thanks for your correction.

-- 
Takahiro Kambe <taca@back-street.net>