Skip to content

Invalid Java byte-code errors not handled #849

Open
@NathanJPhillips

Description

@NathanJPhillips

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

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions