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


Groups > linux.kernel > #1351283

Re: [PATCH] pinctrl: lpc18xx: ensure ngroups is initialized at correct place

From Linus Walleij <linus.walleij@linaro.org>
Newsgroups linux.kernel
Subject Re: [PATCH] pinctrl: lpc18xx: ensure ngroups is initialized at correct place
Date 2016-03-07 04:30 +0100
Message-ID <r9U1Q-5KX-11@gated-at.bofh.it> (permalink)
References <r5LzR-7Sl-31@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


On Thu, Feb 25, 2016 at 12:32 AM, Colin King <colin.king@canonical.com> wrote:

> From: Colin Ian King <colin.king@canonical.com>
>
> The initialization of ngroups is occurring at the end of the
> first iteration of the outer loop, which means that the
> assignment  pins[ngroups++] = i is potentially indexing into
> a region outside of array pins because ngroups is not initialized.
> Instead, initialize ngroups in the inner loop before the first
> inner loop iteration.
>
> Signed-off-by: Colin Ian King <colin.king@canonical.com>

Patch applied with Joachim's review tag.

Yours,
Linus Walleij

Back to linux.kernel | Previous | Next | Find similar | Unroll thread


Thread

Re: [PATCH] pinctrl: lpc18xx: ensure ngroups is initialized at  correct place Linus Walleij <linus.walleij@linaro.org> - 2016-03-07 04:30 +0100

csiph-web