CVSROOT: /cvs Module name: src Changes by: clau...@cvs.openbsd.org 2025/06/02 06:29:50
Modified files: sys/kern : kern_proc.c Log message: In db_show_all_procs check that p->p_cpu is not NULL before calling __mp_lock_held(). This function is called on ddb entry and needs to be extra careful. OK mpi@ kettenis@