CVSROOT: /cvs Module name: src Changes by: o...@cvs.openbsd.org 2009/06/09 14:07:59
Modified files: sys/uvm : uvm_map.c Log message: correct loop in debug code to not use an uninitialised page. it was ass-backwards. afaik this was found by the LLVM CLang static analyser. ok ariane@ a couple of days ago.