Open
Description
There are many instances where invalid java byte-code input is not handled. Either it triggers a failed assertion in CBMC (leading to an abort or undefined behaviour if NDEBUG is set - see #182) or else wrong information is silently returned.
An example can be seen at https://github.com/diffblue/cbmc/blob/master/src/java_bytecode/java_types.cpp#L349