• Colin Gibbs's avatar
    copy_mm fix: · 902a0b68
    Colin Gibbs authored
    - If dup_mmap fails we will try to destroy_context before
    init_new_context occurs.  Platforms with non-trivial
    init_new_context can explode because of this.  The fix
    is to invoke init_new_context before dup_mmap.
    902a0b68
fork.c 21 KB