[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: RE: [ANNOUNCE] Lua 5.0 (beta) now available
- From: Benoit Germain <bgermain@...>
- Date: Thu, 19 Dec 2002 16:00:18 +0100
I just noticed that after a lua_open(), two fields remain uninitialized:
L->next and L->gclist. With allocators that fill memory with some non-zero
mark, this could cause problems.