RE: [ANNOUNCE] Lua 5.0 (beta) now available
[
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: 2002年12月19日 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.