Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Support XML files containing failed results but no goto_trace field.
Some CBMC solvers like CVC5 can generate a cbmc.xml file containing failed verification results but without the failure trace (or a goto_trace field). With the current behavior, cbmc_viewer will crash when invoked because line 353 will try to iterate through None. This commit fixes this bug.
- Loading branch information