|
@@ -210,6 +210,7 @@ struct sk_buff *__alloc_skb(unsigned int size, gfp_t gfp_mask,
|
|
shinfo = skb_shinfo(skb);
|
|
shinfo = skb_shinfo(skb);
|
|
memset(shinfo, 0, offsetof(struct skb_shared_info, dataref));
|
|
memset(shinfo, 0, offsetof(struct skb_shared_info, dataref));
|
|
atomic_set(&shinfo->dataref, 1);
|
|
atomic_set(&shinfo->dataref, 1);
|
|
|
|
+ kmemcheck_annotate_variable(shinfo->destructor_arg);
|
|
|
|
|
|
if (fclone) {
|
|
if (fclone) {
|
|
struct sk_buff *child = skb + 1;
|
|
struct sk_buff *child = skb + 1;
|