Fix mis-merge
Sponsored by: The FreeBSD Foundation MFC after: 1 week
This commit is contained in:
parent
70d20ed34f
commit
01c3ba9752
@ -1128,7 +1128,9 @@ exec_new_vmspace(struct image_params *imgp, struct sysentvec *sv)
|
||||
} else {
|
||||
ssiz = maxssiz;
|
||||
}
|
||||
imgp->eff_stack_sz = ssiz;
|
||||
imgp->eff_stack_sz = lim_cur(curthread, RLIMIT_STACK);
|
||||
if (ssiz < imgp->eff_stack_sz)
|
||||
imgp->eff_stack_sz = ssiz;
|
||||
stack_addr = sv->sv_usrstack - ssiz;
|
||||
error = vm_map_stack(map, stack_addr, (vm_size_t)ssiz,
|
||||
obj != NULL && imgp->stack_prot != 0 ? imgp->stack_prot :
|
||||
|
Loading…
Reference in New Issue
Block a user