fix crash of randaut -Q0

* src/twaalgos/randomgraph.cc: Replace an assertion by an exception.
* src/bin/randaut.cc: Diagnose -Q0.
* src/tests/randaut.test: Test it.
* NEWS: Mention the bug.
This commit is contained in:
Alexandre Duret-Lutz 2015-10-15 13:29:59 +02:00
parent cd2e527526
commit 6cf807da6e
4 changed files with 10 additions and 1 deletions

1
NEWS
View file

@ -32,6 +32,7 @@ New in spot 1.99.4a (not yet released)
* Fix compilation of bench/stutter/
* Handle saturation of formula reference counts.
* Fix typo in the Python code for the CGI server.
* "randaut -Q0 1" used to segfault.
New in spot 1.99.4 (2015-10-01)