[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: <20100602.073310.146112379.davem@davemloft.net>
Date: Wed, 02 Jun 2010 07:33:10 -0700 (PDT)
From: David Miller <davem@...emloft.net>
To: xiaosuo@...il.com
Cc: hadi@...erus.ca, netdev@...r.kernel.org
Subject: Re: [PATCH v3] cls_u32: use skb_header_pointer() to dereference
data safely
From: Changli Gao <xiaosuo@...il.com>
Date: Wed, 2 Jun 2010 22:25:18 +0800
> use skb_header_pointer() to dereference data safely
>
> the original skb->data dereference isn't safe, as there isn't any skb->len or
> skb_is_nonlinear() check. skb_header_pointer() is used instead in this patch.
> And when the skb isn't long enough, we terminate the function u32_classify()
> immediately with -1.
>
> Signed-off-by: Changli Gao <xiaosuo@...il.com>
Looks good, applied.
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists