From 9a4a3c1cdb067638da07b783ce21186a1ae62e98 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Mon, 6 Oct 2014 12:51:28 -0600 Subject: [PATCH] Update ChangeLog --- ChangeLog | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 04be53c164..eb096ec4c0 100755 --- a/ChangeLog +++ b/ChangeLog @@ -8768,4 +8768,7 @@ * Too many files to list: Major structuring of file system functions to better support asynchronous I/O. Respository should not be trusted until I have a chance to verify everything (2014-10-6). - + * include/nuttx/mm/mm.h: Fix a place in the memory manager where it + explicitly assumed that the size of a point is 4 bytes. That is OK + if the actually size is smaller but makes the heap unstable when + used withthe x86_64 host simulation (2014-10-6).