Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Disable MC stateful API when not running in MC
authorMartin Quinson <martin.quinson@ens-rennes.fr>
Sun, 2 Apr 2023 10:24:15 +0000 (12:24 +0200)
committerMartin Quinson <martin.quinson@ens-rennes.fr>
Sun, 2 Apr 2023 10:24:20 +0000 (12:24 +0200)
commitf39af26daf5c35e5f9a659ed2bb3c83ca9264f18
treefdcf0d3d813db9ae4709bbca7f699c12e8dab510
parentd988844bdf2c3d658f4d1e1623cbc024e8e4ae5c
Disable MC stateful API when not running in MC

This is a better fix for the null-dereference found by the sanitizers
since 2 nights. Instead of hiding the problem on these builds (as done
in previous commit), fix it for every builds.
src/mc/mc_client_api.cpp