Skip to content
Snippets Groups Projects
Commit b693fb35 authored by Gregory Nutt's avatar Gregory Nutt
Browse files

Update ChangeLog

parent e4deeada
No related branches found
No related tags found
No related merge requests found
......@@ -8711,3 +8711,7 @@
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).
* arch/arm/src/common/up_vfork.c: Another vfork() problem: If we get to
vfork() via system call, then we need to clone some system call
information so that the return form the cloned system call works
correctly (2014-9-29).
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment