CVSROOT: /cvs Module name: src Changes by: to...@cvs.openbsd.org 2022/01/21 07:07:06
Modified files: sys/arch/powerpc/powerpc: trap.c Log message: Fix NULL dereference which allows user programs to read parts of the kernel memory. Found with clang static analyzer. Feedback and ok gkoehler@ ok bluhm@