Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Initialize uninitialized transition for root state
authorMaxwell Pirtle <maxwellpirtle@gmail.com>
Thu, 16 Feb 2023 14:51:37 +0000 (15:51 +0100)
committerMaxwell Pirtle <maxwellpirtle@gmail.com>
Thu, 16 Feb 2023 14:51:37 +0000 (15:51 +0100)
commita6ef812f93750e096cdefce8e3e7e2215d1c9bdf
tree1c31c8be98c7570ebc6a951e02f89923b5d4a928
parenta40b4e049f124868e55e573d58634bd4a0992d96
Initialize uninitialized transition for root state

The transition in the root state was uninitialized
and this appears to have caused the last of the remaining
issues with the test suite. Of course, reading from the
uninitialized pointer `transition_` is bound to cause
a bunch of problems...
src/mc/api/State.cpp
src/mc/api/State.hpp