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 936481dcbd
commit 26e2f9cec8
3 changed files with 34 additions and 12 deletions

5
NEWS
View file

@ -1,6 +1,9 @@
New in spot 2.7.3.dev (not yet released)
Nothing yet.
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)