sepsets: fix infinite loop

* tests/core/sepsets.test: New test case.
* spot/twaalgos/sepsets.cc: Fix the code.
* NEWS: Mention the problem.
This commit is contained in:
Alexandre Duret-Lutz 2019-04-26 11:27:11 +02:00
parent 13a3f6d72d
commit 48ecb903c5
3 changed files with 35 additions and 11 deletions

5
NEWS
View file

@ -46,6 +46,11 @@ New in spot 2.7.3.dev (not yet released)
acceptance condition. The output can be alternating only if the
input was alternating.
Bugs fixed:
- separate_sets_here() (and therefore autfilt --separate-sets) could
loop infinitely on some inputs.
New in spot 2.7.3 (2019-04-19)
Bugs fixed: