Skip to content
Commit 1dc9768c authored by Gregory Nutt's avatar Gregory Nutt
Browse files

Fix vfork(). Now that arguments are kept on the stack, the way that arguments...

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
parent d35492e7
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment