mirror of
https://sourceware.org/git/glibc.git
synced 2024-12-04 19:00:09 +00:00
3680f14a7d
In a multithreaded environment the call to vfork was incorrectly creating a stack frame. Given that the child unwinds the stack frame first to call exec, it will corrupt any values the parent stored in the stack frame. The solution is to avoid creating a stack frame unless required to call an error function, in which case we are assured no child was created. |
||
---|---|---|
.. | ||
alpha | ||
am33 | ||
arm | ||
cris | ||
hppa | ||
m68k | ||
mips | ||
powerpc/powerpc32/nofpu |