diff options
| author | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2026-02-09 13:44:27 -0300 |
|---|---|---|
| committer | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2026-02-09 13:44:27 -0300 |
| commit | b60e2bcd7ca4c349bd6ee7a8e929f55e04f7ca87 (patch) | |
| tree | 5bde4fc6bbd95691ffc9b6c2f2fe780ecc83314c /testes/sort.lua | |
| parent | c6b484823806e08e1756b1a6066a3ace6f080fae (diff) | |
| download | lua-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 'testes/sort.lua')
0 files changed, 0 insertions, 0 deletions
