CVSROOT: /cvs Module name: src Changes by: ari...@cvs.openbsd.org 2012/01/05 10:49:45
Modified files: sys/uvm : uvm_pmemrange.c Log message: Prevent integer wrap-around in pmemrange. Found by and original fix from Geoff Steckel. While here, switch the assert that prevents this from happening from DEBUG to DIAGNOSTIC. ok thib@, miod@