summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-10-06 12:51:28 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-10-06 12:51:28 -0600
commit4220012449aca53cdbd370b5acca25967ce2d836 (patch)
tree25e68db77f3c8531b9eada2c3907ff3f77ac4033
parent4c25fe684ac64fec240445ae179dc9fcbe01f1d4 (diff)
downloadnuttx-4220012449aca53cdbd370b5acca25967ce2d836.tar.gz
nuttx-4220012449aca53cdbd370b5acca25967ce2d836.tar.bz2
nuttx-4220012449aca53cdbd370b5acca25967ce2d836.zip
Update ChangeLog
-rwxr-xr-xnuttx/ChangeLog5
1 files changed, 4 insertions, 1 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index 04be53c16..eb096ec4c 100755
--- a/nuttx/ChangeLog
+++ b/nuttx/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).