CVSROOT: /cvs Module name: src Changes by: kette...@cvs.openbsd.org 2012/09/08 08:52:00
Modified files: sys/kern : kern_exit.c Log message: Plug a race where we're trying to kill a traced process while it is aleady exiting. At that point ps_single may point to a proc that's already freed. Since there is no point in killing a process that's already exiting, just skip this step. ok guenther@