ltl2ta: fix a crash with --ta.

* src/taalgos/tgba2ta.cc: Do not assume the input is an sba.
* src/tgbatest/ltl2ta2.test: New file.
* src/tgbatest/Makefile.am: Add it.
* NEWS: Mention the fix.
This commit is contained in:
Alexandre Duret-Lutz 2014-04-07 17:39:21 +02:00
parent c4307e21ae
commit a5b6865c0b
4 changed files with 60 additions and 34 deletions

3
NEWS
View file

@ -11,6 +11,9 @@ New in spot 1.2.3a (not yet released)
* Bug fixes:
- Change the Python bindings to make them compatible with Swig 3.0.
- "ltl2tgta --ta" could crash in certain conditions due to the
introduction of a simulation-based reduction after
degeneralization.
New in spot 1.2.3 (2014-02-11)