lua-l archive
[
Date Prev
][
Date Next
][
Thread Prev
][
Thread Next
] [
Date Index
] [
Thread Index
]
Subject
:
Potential use of uninitialized value in luaL_loadfilex from lauxlib.c
From
: Павел Отчерцов <pavel.otchertsov@
...
>
Date
: Fri, 12 Aug 2022 18:50:04 +0300
In function
luaL_loadfilex
from lauxlib.c:
`LoadF lf;` is defined, and `lf.n` is used below without prior initialization.
I think at least there should be `lf.n = 0;` after the `lf` declaration.
Follow-Ups
:
Re: Potential use of uninitialized value in luaL_loadfilex from lauxlib.c
,
Xmilia Hermit
Prev by Date:
RE: Reading the Lua Source Code
Next by Date:
Re: Potential use of uninitialized value in luaL_loadfilex from lauxlib.c
Previous by thread:
Re: What code will produce instructions taking advantage of extra opcode arguments?
Next by thread:
Re: Potential use of uninitialized value in luaL_loadfilex from lauxlib.c
Index(es):
Date
Thread