Index: cvs/patch-o-matic/pending/61-remove-memsets.patch =================================================================== RCS file: /cvspublic/netfilter/patch-o-matic/pending/61-remove-memsets.patch,v retrieving revision 1.1 diff -u -r1.1 61-remove-memsets.patch --- cvs/patch-o-matic/pending/61-remove-memsets.patch 23 Aug 2003 18:37:41 -0000 1.1 +++ cvs/patch-o-matic/pending/61-remove-memsets.patch 12 Oct 2003 03:22:02 -0000 @@ -1,14 +1,3 @@ -===== net/ipv4/netfilter/ip_conntrack_amanda.c 1.2 vs edited ===== ---- 1.2/net/ipv4/netfilter/ip_conntrack_amanda.c Mon Apr 28 03:52:54 2003 -+++ edited/net/ipv4/netfilter/ip_conntrack_amanda.c Sun Jun 29 21:30:43 2003 -@@ -205,7 +205,6 @@ - { - int ret; - -- memset(&amanda_helper, 0, sizeof(struct ip_conntrack_helper)); - amanda_helper.tuple.src.u.udp.port = htons(10080); - amanda_helper.tuple.dst.protonum = IPPROTO_UDP; - amanda_helper.mask.src.u.udp.port = 0xFFFF; ===== net/ipv4/netfilter/ip_conntrack_tftp.c 1.1 vs edited ===== --- 1.1/net/ipv4/netfilter/ip_conntrack_tftp.c Mon Mar 31 17:08:21 2003 +++ edited/net/ipv4/netfilter/ip_conntrack_tftp.c Sun Jun 29 21:31:10 2003 @@ -21,18 +10,6 @@ tftp[i].tuple.dst.protonum = IPPROTO_UDP; tftp[i].tuple.src.u.udp.port = htons(ports[i]); tftp[i].mask.dst.protonum = 0xFFFF; -===== net/ipv4/netfilter/ip_nat_amanda.c 1.2 vs edited ===== ---- 1.2/net/ipv4/netfilter/ip_nat_amanda.c Wed Jun 25 00:16:00 2003 -+++ edited/net/ipv4/netfilter/ip_nat_amanda.c Sun Jun 29 21:31:40 2003 -@@ -195,8 +195,6 @@ - struct ip_nat_helper *hlpr; - - hlpr = &ip_nat_amanda_helper; -- memset(hlpr, 0, sizeof(struct ip_nat_helper)); -- - hlpr->tuple.dst.protonum = IPPROTO_UDP; - hlpr->tuple.src.u.udp.port = htons(10080); - hlpr->mask.src.u.udp.port = 0xFFFF; ===== net/ipv4/netfilter/ip_nat_tftp.c 1.1 vs edited ===== --- 1.1/net/ipv4/netfilter/ip_nat_tftp.c Mon Mar 31 17:08:21 2003 +++ edited/net/ipv4/netfilter/ip_nat_tftp.c Sun Jun 29 21:31:53 2003