Skip to content
Commit 2b0c657b 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 d0b0e089
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