CVSROOT: /cvs Module name: src Changes by: dera...@cvs.openbsd.org 2013/01/16 14:47:08
Modified files: sys/uvm : uvm_unix.c Log message: in uvm_coredump, use RB_FOREACH_SAFE because we are torturing the map inside the loop. Fixes a.out coredumps for miod, solution from guenther. ok miod