CVSROOT: /cvs Module name: src Changes by: [email protected] 2026/02/22 14:53:54
Modified files:
sys/uvm : uvm_map.c
Log message:
If we have a non-zero hint and none of the address selectors managed to
return a valid address, set the hint to zero and retry. This fixes
mmap(2) with a hint (and without MAP_FIXED) when the hint falls outside
of the userland address space range.
ok deraadt@
