Re: [PATCH v2] usb: dwc2: host: Fix use after free w/ simultaneous irqs

From: Doug Anderson
Date: Thu Oct 15 2015 - 19:38:27 EST


John,

On Thu, Oct 15, 2015 at 4:21 PM, John Youn <John.Youn@xxxxxxxxxxxx> wrote:
> Passing a NULL qtd to some of the subcases will lead to a NULL
> pointer dereference in that function or some function that it
> calls.
>
> I think you could just check the qtd after each call and bail if
> it's not ok.

I worry a little bit about ignoring an interrupt that we've already
acknowledged, but if you think that's safer I can certainly change the
patch.

-Doug
--
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/