[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Possible variable used uninitialized in Lua 5.3
- From: Steven Degutis <sbdegutis@...>
- Date: Tue, 11 Nov 2014 08:25:51 -0600
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