CVSROOT:        /cvs
Module name:    src
Changes by:     ste...@cvs.openbsd.org  2016/10/08 10:20:44

Modified files:
        sys/uvm        : Tag: OPENBSD_6_0 uvm_amap.c 

Log message:
Backport r1.78 from -current:
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.

Reply via email to