[PATCH 1/3] lib/string_helpers: Consolidate yesno() implementation
Steven Rostedt
rostedt at goodmis.org
Wed Jan 19 20:58:18 UTC 2022
On Wed, 19 Jan 2022 21:22:57 +0200
Andy Shevchenko <andy.shevchenko at gmail.com> wrote:
> On Wed, Jan 19, 2022 at 04:38:26PM +0000, David Laight wrote:
> > > > > > +static inline const char *yesno(bool v) { return v ? "yes" : "no"; }
> > >
> > > return "yes\0no" + v * 4;
> > >
> > > :-)
> >
> > except '"no\0\0yes" + v * 4' works a bit better.
>
> Is it a C code obfuscation contest?
>
return '/'/'/';
-- Steve
More information about the Linux-security-module-archive
mailing list