Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1271212 > unrolled thread

Re: [PATCH 2/3] gpio: syscon: fix a possible NULL dereference

Started byLinus Walleij <linus.walleij@linaro.org>
First post2015-11-17 14:50 +0100
Last post2015-11-17 14:50 +0100
Articles 1 — 1 participant

Back to article view | Back to linux.kernel

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  Re: [PATCH 2/3] gpio: syscon: fix a possible NULL dereference Linus Walleij <linus.walleij@linaro.org> - 2015-11-17 14:50 +0100

#1271212 — Re: [PATCH 2/3] gpio: syscon: fix a possible NULL dereference

FromLinus Walleij <linus.walleij@linaro.org>
Date2015-11-17 14:50 +0100
SubjectRe: [PATCH 2/3] gpio: syscon: fix a possible NULL dereference
Message-ID<qvONZ-5HC-41@gated-at.bofh.it>
On Wed, Nov 11, 2015 at 9:27 PM, LABBE Corentin
<clabbe.montjoie@gmail.com> wrote:

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

Took out the previously applied version and applied this instead.

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

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web