relabel: fix infinite recursion in relabel_bse()

Reported by František Blahoudek.

* spot/tl/relabel.cc: Fix.
* tests/core/ltlrel.test: Add test case.
* NEWS: Mention the bug.
This commit is contained in:
Alexandre Duret-Lutz 2016-06-14 09:56:17 +02:00
parent 1c8c86914f
commit dc5237c7e7
3 changed files with 16 additions and 2 deletions

1
NEWS
View file

@ -4,6 +4,7 @@ New in spot 2.0.1a (not yet released)
* Fix compilation error observed with Clang++ 3.7.1 and GCC 6.1.1
headers.
* Fix an infinite recursion in relabel_bse().
New in spot 2.0.1 (2016-05-09)