lua-users home
lua-l archive

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


> Hello,
> 
> when a Lua snippet below (full version of reduced snippet is in [1]):
> 
> local d = 1
> d = d *
> _G._G._G._G._G._G._G._G._G._G._G._G._G._G._G._G._G._G._G._G._G._G._G
> 
>          <snipped>
> 
> ._G._G._G._G._G._G._G._G._G._G._G._G._G._G._G._G._G._G._G._G._G._G
> ._G._G._G._G._G._G._G._G._G._G._G._G._G._G._G._G._G._G._G._G._G._G
> ._G._G._G._G._G._G._G._G._G._G._G._G._G._G._G._G._G._G._G._G._G._G
> 
> 
> is passed to test lua_load_test.cc [2] I've observe a stack overflow in
> getobjname reported by Address Sanitizer (full log is in [3]):

Many thanks for the report.

-- Roberto