diff options
author | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2019-07-16 14:13:22 -0300 |
---|---|---|
committer | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2019-07-16 14:13:22 -0300 |
commit | 298f383ffcc30d0799fbca0293175f647fe6bccf (patch) | |
tree | b96f7572dd4e185007d20436db45c505976c3122 /lua.h | |
parent | 758c1ef445ab27d89bace746111add04083a8e20 (diff) | |
download | lua-298f383ffcc30d0799fbca0293175f647fe6bccf.tar.gz lua-298f383ffcc30d0799fbca0293175f647fe6bccf.tar.bz2 lua-298f383ffcc30d0799fbca0293175f647fe6bccf.zip |
Avoid setting the stack top below upvalues to be closed
When leaving a scope, the new stack top should be set only after
closing any upvalue, to avoid manipulating values in an "invalid"
part of the stack.
Diffstat (limited to 'lua.h')
0 files changed, 0 insertions, 0 deletions