dbranch: fix handling of states without successors
Fixes #524, reported by Rüdiger Ehlers. * spot/twaalgos/dbranch.cc: When merging an edge going to state without successors simply delete it. * bin/spot-x.cc: Typo in documentation. * tests/core/ltlcross.test: Add a test case. * NEWS: Mention the bug.
This commit is contained in:
parent
09bbaa1e41
commit
a9c457f93f
4 changed files with 31 additions and 21 deletions
4
NEWS
4
NEWS
|
|
@ -24,6 +24,10 @@ New in spot 2.11.3.dev (not yet released)
|
|||
multiple initial states (because Spot supports only one), the HOA
|
||||
parser could break state-based acceptance. (Issue #522.)
|
||||
|
||||
- delay_branching_here(), a new optimization of Spot 2.11 had an
|
||||
incorrectly handling of states without successors, causing some
|
||||
segfaults. (Issue #524.)
|
||||
|
||||
New in spot 2.11.3 (2022-12-09)
|
||||
|
||||
Bug fixes:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue