Possible variable used uninitialized in Lua 5.3
[
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: 2014年11月11日 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