diff
8 struct sk_buff *n = __alloc_skb(newheadroom + skb->len + newtailroom,
---
8 if (newheadroom > INT_MAX - skb->len - newtailroom)
9     return NULL;
8 struct sk_buff *n = __alloc_skb(newheadroom + skb->len + newtailroom,
