Re: debug.getinfo doesn't check for '>'
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: debug.getinfo doesn't check for '>'
- From: Roberto Ierusalimschy <roberto@...>
- Date: 2021年2月12日 13:56:02 -0300
> debug.getinfo does not guard against '>' as the first character in
> what/options. This can result in lua_getinfo expecting a function on the
> top of the stack but db_getinfo not pushing it, when a call stack index is
> supplied instead of a function.
> [...]
(I'am afraid we've not answered this yet.) You are right; thanks for the
report.
-- Roberto