lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


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.