CVSROOT: /cvs Module name: src Changes by: bl...@cvs.openbsd.org 2022/01/23 14:20:26
Modified files: sys/arch/powerpc/powerpc: Tag: OPENBSD_7_0 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@ from tobhe@; ok bluhm@ Don't return uninitialized stack memory on copyin() error. Found with clang static analyzer. from tobhe@; ok gkoehler@ This is errata/7.0/011_ppctrap.patch.sig