|
> The crash could be reproduced on any Luac version.
> For example, to create such bytecode for little-endian Luac 5.3, it is enough to replace the "return" instruction with reserved opcode=63
Ok, the problem is the following line in PrintCode, which only works
if o < NUM_OPCODES :
printf("%-9s\t",luaP_opnames[o]);