]> git.pld-linux.org Git - packages/kernel.git/commitdiff
- new
authorAdam Gołębiowski <adamg@pld-linux.org>
Fri, 30 Jun 2006 18:59:34 +0000 (18:59 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    kernel-CVE-2006-2934.patch -> 1.1

kernel-CVE-2006-2934.patch [new file with mode: 0644]

diff --git a/kernel-CVE-2006-2934.patch b/kernel-CVE-2006-2934.patch
new file mode 100644 (file)
index 0000000..59f92f8
--- /dev/null
@@ -0,0 +1,22 @@
+--- linux-2.6.16/net/ipv4/netfilter/ip_conntrack_proto_sctp.c~ 2006-06-29 12:23:07.000000000 +0200
++++ linux-2.6.16/net/ipv4/netfilter/ip_conntrack_proto_sctp.c  2006-06-30 20:49:49.000000000 +0200
+@@ -254,7 +254,7 @@
+       }
+       DEBUGP("Basic checks passed\n");
+-      return 0;
++      return count == 0;
+ }
+ static int new_state(enum ip_conntrack_dir dir,
+--- linux-2.6.16/net/netfilter/nf_conntrack_proto_sctp.c~      2006-06-29 12:23:07.000000000 +0200
++++ linux-2.6.16/net/netfilter/nf_conntrack_proto_sctp.c       2006-06-30 20:50:04.000000000 +0200
+@@ -259,7 +259,7 @@
+       }
+       DEBUGP("Basic checks passed\n");
+-      return 0;
++      return count == 0;
+ }
+ static int new_state(enum ip_conntrack_dir dir,
This page took 0.063599 seconds and 4 git commands to generate.