• Andrew Morton's avatar
    [PATCH] fix uninitialised vma list_head · 11c3d16e
    Andrew Morton authored
    From Zach Brown.  Lots of places forget to initialise list_heads in
    vm_area_structs, and other places then go and test the state of those
    list_heads.
    
    Plug the gaps for now, Zach is working on a broader cleanup.
    11c3d16e
fork.c 24.5 KB