CVSROOT: /cvs Module name: src Changes by: [email protected] 2016/10/08 10:19:44
Modified files:
sys/uvm : uvm_amap.c
Log message:
Prevent infinite loops for amap allocations with >= 2^17 slots
This was caused by an integer overflow in a loop. mlarkin@
noticed the hang when trying to run a vmm(4) guest with lots of RAM.
