Don't return uninitialized stack memory on copyin() error.
authortobhe <tobhe@openbsd.org>
Thu, 20 Jan 2022 14:02:51 +0000 (14:02 +0000)
committertobhe <tobhe@openbsd.org>
Thu, 20 Jan 2022 14:02:51 +0000 (14:02 +0000)
commit58d70cb91470d0a74812401849f407b1e1ef8b6d
tree0714a4af4a0f95e58996a5c89150775e3b2d578e
parent2d50d027fd4dba7d407ad1418882f960f0a8a12b
Don't return uninitialized stack memory on copyin() error.
Found with clang static analyzer.

ok gkoehler@
sys/arch/powerpc/powerpc/trap.c