db46ea2 exec: Stop relying on address space size

1 file Authored by Sergey Bugaev a month ago, Committed by sthibaul a month ago,
1 file changed. 1 lines added. 3 lines removed.
    exec: Stop relying on address space size
    
    The code here just wants to deallocate the whole address space, and Mach
    already contains the logic to limit the passed-in range to the vm_map's
    actual bounds (see VM_MAP_RANGE_CHECK).
    Message-ID: <20240323115322.69075-6-bugaevc@gmail.com>
    
        
file modified
+1 -3