From: Herbert Xu <[EMAIL PROTECTED]>
Date: Mon, 30 Oct 2006 18:11:28 +1100

> [SCTP]: Always linearise packet on input
 ...
> Signed-off-by: Herbert Xu <[EMAIL PROTECTED]>

I'll apply this, thanks a lot.

> Sridhar, could you please organise an audit of SCTP to make sure
> that it deals with skb fragments (both pages and frag_list) in a
> safe manner? Basically before you do an skb_pull or access skb->data
> you must ensure that the data you want to access is in the head,
> usually by doing skb_may_pull.  Of course, for large payloads it
> helps if you can avoid pulling it into the head.

Of course, you mean "pskb_may_pull" here.
:-)
-
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to