lists.openwall.net | lists / announce owl-users owl-dev john-users john-dev passwdqc-users yescrypt popa3d-users / oss-security kernel-hardening musl sabotage tlsify passwords / crypt-dev xvendor / Bugtraq Full-Disclosure linux-kernel linux-netdev linux-ext4 linux-hardening PHC | |
Open Source and information security mailing list archives
| ||
|
Date: Wed, 20 Apr 2022 15:28:20 -0700 From: Joao Moreira <joao@...rdrivepizza.com> To: Kees Cook <keescook@...omium.org> Cc: linux-kernel@...r.kernel.org, linux-hardening@...r.kernel.org, peterz@...radead.org, jpoimboe@...hat.com, andrew.cooper3@...rix.com, samitolvanen@...gle.com, mark.rutland@....com, hjl.tools@...il.com, alyssa.milburn@...ux.intel.com, ndesaulniers@...gle.com, gabriel.gomes@...ux.intel.com, rick.p.edgecombe@...el.com Subject: Re: [RFC PATCH 11/11] driver/int3400_thermal: Fix prototype matching > Where/why is the mismatch happening? Mismatch happens in dev_attr_show from drivers/base/core.c. There, kobject * is cast to device * before the call, probably because attr is also cast to device_attribute, which may have a mismatching hook prototype, I guess. I haven't tried it with any other CFI scheme other than my own implementation and I did not run this on GDB or anything... I'm just reporting based on the violation that FineIBT logged and in the fact that this patch fixed it, so I'm unsure if there is anything buried here.
Powered by blists - more mailing lists