]> git.pld-linux.org Git - packages/kernel.git/blob - kernel-CVE-2006-2934.patch
- xen update to 3.0.4
[packages/kernel.git] / kernel-CVE-2006-2934.patch
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.059113 seconds and 3 git commands to generate.