CVSROOT: /cvs Module name: src Changes by: [email protected] 2016/05/25 09:45:53
Modified files:
usr.sbin/procmap: procmap.c
Log message:
Must extract uvm_vnode from uvm_object first before reading the vnode
Otherwise procmap interprets the uvm_vnode contents as a vnode,
yielding bogus values. This should cure the
"procmap: invalid address (ffffffffffffffff) == -1 vs. 656 @ ffffffffffffffff"
error messages that appear sporadically.
ok deraadt@
