Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Do allow malloc(0) again, since it breaks user code on non-broken platforms
[simgrid.git] / ChangeLog
index 3b9859f..e20d6c7 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -46,7 +46,6 @@ SimGrid (3.4-svn) unstable; urgency=high
   * xbt_ex_display(): do not free the exception after displaying 
     This allows to do more with the given exception afterward.
     Users should call xbt_ex_free() themselves.
-  * Do not allow malloc(0) since that's not portable
   
  Build Chain:
   * Do not require doxygen in maintainer mode