Fix the lua integration parts marked for review

Also, explicitly allow traps of type "random".
This commit is contained in:
Pasi Kallinen
2019-11-23 17:42:11 +02:00
parent 95c1ccd716
commit acf48fa305
2 changed files with 31 additions and 54 deletions

View File

@@ -789,6 +789,7 @@ traceback_handler(L)
lua_State *L;
{
luaL_traceback(L, L, lua_tostring(L, 1), 0);
/* TODO: call impossible() if fuzzing? */
return 1;
}