On Thu, Feb 25, 2016 at 12:32 AM, Colin King <colin.king@xxxxxxxxxxxxx> wrote: > From: Colin Ian King <colin.king@xxxxxxxxxxxxx> > > 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@xxxxxxxxxxxxx> Patch applied with Joachim's review tag. Yours, Linus Walleij -- To unsubscribe from this list: send the line "unsubscribe linux-gpio" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html