[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Solaris problem rallocing arrays
From: |
Adam Fedor |
Subject: |
Re: Solaris problem rallocing arrays |
Date: |
Tue, 20 Mar 2001 11:53:08 -0700 |
Manuel Guesdon wrote:
>
>
> Are you sure that the returned pointer is used as the new array pointer ?
> I've found such a bug in libxml.
>
Yes.
> BTW, where is defined GC_REALLOC ?
I think that's only defined when your using gc. In my hacked source I've
taken out all the NSZone calls and just use malloc and realloc - I get
the same result.