This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Undefined behavior in genautomata.c?


On Mon, Sep 19, 2005 at 09:03:48AM -0400, Daniel Berlin wrote:
> Anyway, the real fix is to simply not attempt to derive information when
> the access is through a pointer (IE it is not related to structs at all,
> it's the fact that these are heap allocated), unless you have info about
> the malloc sites and the upper bound on what size it is allocating.
> 
> I'll actually soon be providing you such malloc site size info :)

tree-object-size.c already provides that...

	Jakub


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]