aboutsummaryrefslogtreecommitdiff
path: root/testes/sort.lua
diff options
context:
space:
mode:
authorRoberto Ierusalimschy <roberto@inf.puc-rio.br>2026-02-09 13:44:27 -0300
committerRoberto Ierusalimschy <roberto@inf.puc-rio.br>2026-02-09 13:44:27 -0300
commitb60e2bcd7ca4c349bd6ee7a8e929f55e04f7ca87 (patch)
tree5bde4fc6bbd95691ffc9b6c2f2fe780ecc83314c /testes/sort.lua
parentc6b484823806e08e1756b1a6066a3ace6f080fae (diff)
downloadlua-b60e2bcd7ca4c349bd6ee7a8e929f55e04f7ca87.tar.gz
lua-b60e2bcd7ca4c349bd6ee7a8e929f55e04f7ca87.tar.bz2
lua-b60e2bcd7ca4c349bd6ee7a8e929f55e04f7ca87.zip
Avoid an assignment of values that overlap
The original code was like this, where t->u.ind.t and t->u.info overlap: t->u.ind.t = cast_byte((t->k == VLOCAL) ? t->u.var.ridx: t->u.info);
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions