]> git.pld-linux.org Git - packages/kernel.git/commitdiff
- included in 2.6.16.23.
authorPaweł Sikora <pluto@pld-linux.org>
Sat, 1 Jul 2006 08:36:33 +0000 (08:36 +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.2.1

kernel-CVE-2006-2934.patch [deleted file]

diff --git a/kernel-CVE-2006-2934.patch b/kernel-CVE-2006-2934.patch
deleted file mode 100644 (file)
index 59f92f8..0000000
+++ /dev/null
@@ -1,22 +0,0 @@
---- 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.072452 seconds and 4 git commands to generate.