|
|
|
|
|
by blitzkrieg3
1175 days ago
|
|
It does not happen using fork()/exec() as described above. For it to happen we would need to fork() and continue using old variables and data buffers in the child that we used in the parent, which is a valid but rarely used pattern. |
|