Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Duplicate Heap structure on execve if it's shared
When parent uses vfork() and then child performs execve() we previously just cleared heap struct which was shared in case of vfork() and it remained shared between parent and child Now during execve when Heap structure is shared we create new one and unlink child from parent Heap
- Loading branch information