[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH] dodgey malloc in 1.4.15-pre1 is... dodgey.
From: |
Andrew Clausen |
Subject: |
Re: [PATCH] dodgey malloc in 1.4.15-pre1 is... dodgey. |
Date: |
Wed, 4 Jul 2001 12:54:51 +1000 |
User-agent: |
Mutt/1.2.5i |
On Tue, Jul 03, 2001 at 03:15:57AM -0400, Matt Wilson wrote:
> It's much better to use the real types on things like 64 bit
> platforms...
Indeed.
> I don't know if this is fixed in pre2 or not, this patch is 100%
> untested.
I've already fixed it. We seem to do that a lot :-( I should try
savanah again (read cvs)
> Also, the autoconf test for -lreadline has rl_completion_matches needs
> to have -ltermcap in order to get the symbols it needs on my system.
Done. (Well, in a generalized way for curses, etc... ;-)
Andrew