Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
5.1
-
None
Description
The list created from a classfile can be suddenly meaningless:
bcel fails to create a valid instruction list if one of the instruction
is an LDC_W with a short (<256) index. In that case the following
instruction is taken at an address with an offset error of -1 byte.