lua-users home
lua-l archive

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


In ldebug.c at line 518 the variable "name" (declared at line 509)
might have been uninitialized if the condition at line 512 was
non-truthy.

-Steven