You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The wide flag is not reset after processing a wide iinc opcode. Depending on the remaining bytecode, this can cause the bytecode parser to desynchronize and result in exceptions.
Fortunately, wide iinc instructions are relatively rare, but some classes will change their normalization if this bug is fixed.
The text was updated successfully, but these errors were encountered:
The
wide
flag is not reset after processing a wideiinc
opcode. Depending on the remaining bytecode, this can cause the bytecode parser to desynchronize and result in exceptions.Fortunately, wide
iinc
instructions are relatively rare, but some classes will change their normalization if this bug is fixed.The text was updated successfully, but these errors were encountered: