Re: [PATCH 01/12] rdmacg: Replace strncmp with str_has_prefix

From: Chuhong Yuan
Date: Mon Sep 02 2019 - 02:48:20 EST


On Fri, Aug 30, 2019 at 7:52 AM Kees Cook <keescook@xxxxxxxxxxxx> wrote:
>
> On Tue, Jul 30, 2019 at 02:39:40PM +0800, Chuhong Yuan wrote:
> > I think with the help of Coccinelle script, all strncmp(str, const, len)
> > can be replaced and these problems will be eliminated. :)
>
> Hi! Just pinging this thread again. Any progress on this conversion?
>

I didn't work further on this conversion since it seems that developers
are not very interested in this problem (only half of my sent patches have
been responded till now) and I am working on other projects recently.

If the Coccinelle script is needed, I can try to implement it next week.

Regards,
Chuhong

> Thanks!
>
> --
> Kees Cook