lua-users home
lua-l archive

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


On Tue, Dec 12, 2017 at 2:22 PM, Viacheslav Usov <via.usov@gmail.com> wrote:

> There is no crash when I modify the last line in bar() to read luaL_dostring(L, "foo()").

Oops, I meant luaL_dostring(L, "foo(nil)").

Cheers,
V.