[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Bug in Lua 5.0.2
- From: Spencer Schumann <gauchopuro@...>
- Date: Wed, 5 Jan 2005 10:13:07 -0700
> Are you sure about this? It seems that only a pointer to freed memory
> is copied. The pointer itself and its type tag live in the stack,
> which at this point is still alive. There is no access to this pointer
> contents, so there is no reading from freed memory at all (unless the
> assertions are on).
You're right. The freed pointer is only followed when assertions are
on. So disregard my last patch.