]> git.pld-linux.org Git - packages/kernel.git/blame - kernel-CVE-2006-2934.patch
- ups... I forgot about it
[packages/kernel.git] / kernel-CVE-2006-2934.patch
CommitLineData
ee64f40c
AG
1--- linux-2.6.16/net/ipv4/netfilter/ip_conntrack_proto_sctp.c~ 2006-06-29 12:23:07.000000000 +0200
2+++ linux-2.6.16/net/ipv4/netfilter/ip_conntrack_proto_sctp.c 2006-06-30 20:49:49.000000000 +0200
3@@ -254,7 +254,7 @@
4 }
5
6 DEBUGP("Basic checks passed\n");
7- return 0;
8+ return count == 0;
9 }
10
11 static int new_state(enum ip_conntrack_dir dir,
12--- linux-2.6.16/net/netfilter/nf_conntrack_proto_sctp.c~ 2006-06-29 12:23:07.000000000 +0200
13+++ linux-2.6.16/net/netfilter/nf_conntrack_proto_sctp.c 2006-06-30 20:50:04.000000000 +0200
14@@ -259,7 +259,7 @@
15 }
16
17 DEBUGP("Basic checks passed\n");
18- return 0;
19+ return count == 0;
20 }
21
22 static int new_state(enum ip_conntrack_dir dir,
This page took 0.034188 seconds and 4 git commands to generate.