lua-users home
lua-l archive

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


> So, this might not qualify as a bug

This is a bug. Thanks for the report.


> Also shouldn't the fact that a literal is beeing indexed cause an
> error instead of a segfault?

No with lua_rawget. (You can use the macro api_check to check for this
error.)

-- Roberto