We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents db9c214 + f123ae9 commit bb88574Copy full SHA for bb88574
src/java_bytecode/java_bytecode_parser.cpp
@@ -948,6 +948,7 @@ void java_bytecode_parsert::rmethod_attribute(methodt &method)
948
u2 start_pc=read_u2();
949
u2 end_pc=read_u2();
950
951
+ // from the class file format spec ("4.7.3. The Code Attribute" for Java8)
952
INVARIANT(
953
start_pc < end_pc,
954
"The start_pc must be less than the end_pc as this is the range the "
0 commit comments