diff --git a/ChangeLog b/ChangeLog index 7d5c484e07..94ee69449a 100755 --- a/ChangeLog +++ b/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).