diff options
author | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2022-02-18 13:22:25 -0300 |
---|---|---|
committer | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2022-02-18 13:22:25 -0300 |
commit | 8426d9b4d4df1da3c5b2d759e509ae1c50a86667 (patch) | |
tree | ca3b568988aed69a30a466c208c0e23fb5908a0b /ldo.c | |
parent | 1f3c6f4534c6411313361697d98d1145a1f030fa (diff) | |
download | lua-8426d9b4d4df1da3c5b2d759e509ae1c50a86667.tar.gz lua-8426d9b4d4df1da3c5b2d759e509ae1c50a86667.tar.bz2 lua-8426d9b4d4df1da3c5b2d759e509ae1c50a86667.zip |
Avoid computing invalid addresses
luaV_execute should compute 'ra' only when the instruction uses it.
Computing an illegal address is undefined behavior even if the address
is never dereferenced.
Diffstat (limited to 'ldo.c')
0 files changed, 0 insertions, 0 deletions