DO NOT REPLY [Bug 29275] New: - Corrupted instruction list created on valid class file
| Newsgroups | gmane.comp.jakarta.bcel.devel |
|---|---|
| Message-ID | <[email protected]> |
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=29275>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=29275
Corrupted instruction list created on valid class file
Summary: Corrupted instruction list created on valid class file
Product: BCEL
Version: 5.1
Platform: Other
OS/Version: Other
Status: NEW
Severity: Normal
Priority: Other
Component: Main
AssignedTo: [email protected]
ReportedBy: [email protected]
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.