Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Use memcpy() instead of possibly broken aliasing through an union.
[simgrid.git] / ChangeLog
index 8f3643e..2567029 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -24,7 +24,9 @@ SimGrid (3.8) NOT RELEASED; urgency=low
 
  Simix:
  * Bug fixes around the resource failures: don't let the processes
-   survive the host they are running onto
+   survive the host they are running onto.
+ * Add an interface to execute cleanup functions when a process is killed,
+   to avoid memory leaks.
 
  SimDag:
  * New types of typed tasks. SD_TASK_COMP_PAR_AMDAHL represents a