SOURCES: kernel-CVE-2006-2934.patch (NEW) - new
adamg
adamg at pld-linux.org
Fri Jun 30 20:59:39 CEST 2006
Author: adamg Date: Fri Jun 30 18:59:39 2006 GMT
Module: SOURCES Tag: HEAD
---- Log message:
- new
---- Files affected:
SOURCES:
kernel-CVE-2006-2934.patch (NONE -> 1.1) (NEW)
---- Diffs:
================================================================
Index: SOURCES/kernel-CVE-2006-2934.patch
diff -u /dev/null SOURCES/kernel-CVE-2006-2934.patch:1.1
--- /dev/null Fri Jun 30 20:59:39 2006
+++ SOURCES/kernel-CVE-2006-2934.patch Fri Jun 30 20:59:34 2006
@@ -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,
================================================================
More information about the pld-cvs-commit
mailing list