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, 2 Feb 2022 13:27:11 -0800 From: Nick Desaulniers <ndesaulniers@...gle.com> To: Kees Cook <keescook@...omium.org> Cc: Miguel Ojeda <ojeda@...nel.org>, Nathan Chancellor <nathan@...nel.org>, George Burgess IV <gbiv@...gle.com>, llvm@...ts.linux.dev, linux-kernel@...r.kernel.org, linux-hardening@...r.kernel.org, linux-security-module@...r.kernel.org Subject: Re: [PATCH 4/4 v5] fortify: Add Clang support On Tue, Feb 1, 2022 at 4:30 PM Kees Cook <keescook@...omium.org> wrote: > > +#define BOS const __pass_object_size(1) > +#define BOS0 const __pass_object_size(0) A dumb bikeshed, but would you mind naming these BOS1 and BOS0, and perhaps consider adding a comment or pointer or link to something that describes why we use the two different modes? I recognize that the code already uses the two different modes already without comments, but this might be a nice place to point folks like myself to so that in a month or so when I forget what the difference is between modes (again), we have a shorter trail of breadcrumbs. -- Thanks, ~Nick Desaulniers
Powered by blists - more mailing lists