Re: [PATCH 1/3] gpio: 74xx: fix a possible NULL dereference

From: Linus Walleij
Date: Tue Nov 17 2015 - 08:37:57 EST


On Wed, Nov 11, 2015 at 9:27 PM, LABBE Corentin
<clabbe.montjoie@xxxxxxxxx> wrote:

> of_match_device could return NULL, and so cause a NULL pointer
> dereference later at line 132:
> priv->flags = (uintptr_t) of_id->data;
>
> Reported-by: coverity (CID 1324141)
> Signed-off-by: LABBE Corentin <clabbe.montjoie@xxxxxxxxx>

Patch applied.

Yours,
Linus Walleij
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/