lua-users home
lua-l archive

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


>    We found an segmentation fault in lua_getlocal.
> 
>  [...]

That one was easy :-)  (Overflow in -n when n is minint, in ldebug.c:205.)

Thanks for the report,

-- Roberto