On Wed, Jan 27, 2016 at 7:30 PM, Bernie Harris <bernie.har...@alliedtelesis.co.nz> wrote: > There are cases where qdisc_dequeue_peeked can return NULL, and the result > is dereferenced later on in the function. > > Similarly to the other qdisc dequeue functions, check whether the skb > pointer is NULL and if it is, goto out. > > Signed-off-by: Bernie Harris <bernie.har...@alliedtelesis.co.nz>
Reviewed-by: Cong Wang <xiyou.wangc...@gmail.com>