Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[pvs] Don't let field uninitialized.
[simgrid.git] / src / mc / inspect / mc_unw.hpp
index 38ffac200a4274db036cb654fc96a011a579b2c1..3d40022d6537128cc1b0c08ec34e6f37b0b13b8b 100644 (file)
@@ -45,7 +45,7 @@ namespace mc {
 class UnwindContext {
   simgrid::mc::AddressSpace* address_space_ = nullptr;
   simgrid::mc::RemoteSimulation* process_   = nullptr;
-  unw_context_t unwind_context_;
+  unw_context_t unwind_context_             = {};
 
 public:
   void initialize(simgrid::mc::RemoteSimulation* process, unw_context_t* c);