Re: [PATCH v1 1/1] kasan: Replace strreplace() with strchrnul()

From: Andy Shevchenko
Date: Mon Jul 03 2023 - 06:51:09 EST


On Wed, Jun 28, 2023 at 06:33:42PM +0300, Andy Shevchenko wrote:
> We don't need to traverse over the entire string and replace
> occurrences of a character with '\0'. The first match will
> suffice. Hence, replace strreplace() with strchrnul().

Not that it's a hot path, the bloat-o-meter shows +6 bytes on x86_64,
the change seems has no added value, self-rejected.

--
With Best Regards,
Andy Shevchenko