summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-09-29 10:47:12 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-09-29 10:47:12 -0600
commit080fe9dcd96388dde46e6f0fbac3090ab8be7c17 (patch)
tree1c6a44d540b44b07d8b6ca1174b3d471638c3650 /nuttx/ChangeLog
parentdcae5bf2e30fb326db1dd1c8629d8b99ce29e948 (diff)
downloadpx4-nuttx-080fe9dcd96388dde46e6f0fbac3090ab8be7c17.tar.gz
px4-nuttx-080fe9dcd96388dde46e6f0fbac3090ab8be7c17.tar.bz2
px4-nuttx-080fe9dcd96388dde46e6f0fbac3090ab8be7c17.zip
Update ChangeLog
Diffstat (limited to 'nuttx/ChangeLog')
-rwxr-xr-xnuttx/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index 7d5c484e0..94ee69449 100755
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -8707,3 +8707,7 @@
of the VFS (only build logic, no C files yet) (2014-9-29).
* fs/inode/inode.h and fs/driver/driver.h: Move fs/fs.h to fs/inode/inode.h
and some to fs/driver/driver.h (2014-9-29).
+ * sched/task/task_vfork.c: Fix vfork(). Now that arguments are kept on
+ the stack, the way that arguments are passed from parent to child in
+ vfork() must change. This bug has always been present, but was not
+ visible with the old strdup() way of passing arguments (2014-9-29).