Loading net/ipv4/esp4.c +3 −1 Original line number Diff line number Diff line Loading @@ -392,8 +392,10 @@ static int esp_input(struct xfrm_state *x, struct sk_buff *skb) if (elen <= 0) goto out; if ((err = skb_cow_data(skb, 0, &trailer)) < 0) err = skb_cow_data(skb, 0, &trailer); if (err < 0) goto out; nfrags = err; assoclen = sizeof(*esph); Loading Loading
net/ipv4/esp4.c +3 −1 Original line number Diff line number Diff line Loading @@ -392,8 +392,10 @@ static int esp_input(struct xfrm_state *x, struct sk_buff *skb) if (elen <= 0) goto out; if ((err = skb_cow_data(skb, 0, &trailer)) < 0) err = skb_cow_data(skb, 0, &trailer); if (err < 0) goto out; nfrags = err; assoclen = sizeof(*esph); Loading