]> git.pld-linux.org Git - packages/kernel.git/blobdiff - kernel-pom-ng-IPV4OPTSSTRIP.patch
- up to 5.4.84
[packages/kernel.git] / kernel-pom-ng-IPV4OPTSSTRIP.patch
index cb970ec23126bb980256fcd03e239faf82ff378d..8379226a34746005da937ca0e2fcdf924a662f69 100644 (file)
@@ -57,7 +57,7 @@ diff -NurpP --minimal linux-2.6.21.b/net/ipv4/netfilter/ipt_IPV4OPTSSTRIP.c linu
 +      unsigned char *optiph;
 +      int l;
 +      
-+      if (!skb_make_writable(skb, skb->len))
++      if (skb_ensure_writable(skb, skb->len))
 +              return NF_DROP;
 + 
 +      iph = ip_hdr(skb);
This page took 0.028496 seconds and 4 git commands to generate.