mirror of
https://github.com/lua/lua.git
synced 2025-01-14 05:43:00 +08:00
Roberto Ierusalimschy
cac075a122
Small issue in 'exprstat'
The code should not compute an instruction address before checking that it exists. (Virtually no machine complains of computing an invalid address, as long as the address is not used, but for ISO C that is undefined behavior.)
Description
No description provided
Languages
C
67.4%
Lua
32%
Makefile
0.6%