* [PATCH] netfilter: xt_tcpudp.c: wrong struct in udp_checkentry
@ 2007-08-24 11:50 Jesper Bengtsson
2007-08-29 17:12 ` Patrick McHardy
0 siblings, 1 reply; 4+ messages in thread
From: Jesper Bengtsson @ 2007-08-24 11:50 UTC (permalink / raw)
To: netfilter-devel
I found what looks like a copy-paste error in udp_checkentry, see patch
below.
It doesn't seem to have any effect on the x86 architecture but it does
have effect on the Axis CRIS architecture.
Best regards,
Jesper Bengtsson
diff -u -r1.1.1.5 -r1.2
--- net/netfilter/xt_tcpudp.c 6 Mar 2007 08:51:40 -0000 1.1.1.5
+++ net/netfilter/xt_tcpudp.c 24 Aug 2007 09:22:26 -0000 1.2
@@ -191,7 +191,7 @@
void *matchinfo,
unsigned int hook_mask)
{
- const struct xt_tcp *udpinfo = matchinfo;
+ const struct xt_udp *udpinfo = matchinfo;
/* Must specify no unknown invflags */
return !(udpinfo->invflags & ~XT_UDP_INV_MASK);
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH] netfilter: xt_tcpudp.c: wrong struct in udp_checkentry
2007-08-24 11:50 [PATCH] netfilter: xt_tcpudp.c: wrong struct in udp_checkentry Jesper Bengtsson
@ 2007-08-29 17:12 ` Patrick McHardy
0 siblings, 0 replies; 4+ messages in thread
From: Patrick McHardy @ 2007-08-29 17:12 UTC (permalink / raw)
To: Jesper Bengtsson; +Cc: netfilter-devel
Jesper Bengtsson wrote:
> I found what looks like a copy-paste error in udp_checkentry, see patch
> below.
> It doesn't seem to have any effect on the x86 architecture but it does
> have effect on the Axis CRIS architecture.
Thanks, please send me a Signed-off-by: line so I can apply it.
^ permalink raw reply [flat|nested] 4+ messages in thread
* RE: [PATCH] netfilter: xt_tcpudp.c: wrong struct in udp_checkentry
@ 2007-08-30 6:43 Jesper Bengtsson
2007-08-30 6:47 ` Patrick McHardy
0 siblings, 1 reply; 4+ messages in thread
From: Jesper Bengtsson @ 2007-08-30 6:43 UTC (permalink / raw)
To: Patrick McHardy; +Cc: netfilter-devel
Hi Patrick,
Signed-off by: Jesper Bengtsson <jesper.bengtsson_at_axis.com>
Thanks,
Jesper
> -----Original Message-----
> From: Patrick McHardy [mailto:kaber@trash.net]
> Sent: den 29 augusti 2007 19:12
> To: Jesper Bengtsson
> Cc: netfilter-devel@lists.netfilter.org
> Subject: Re: [PATCH] netfilter: xt_tcpudp.c: wrong struct in
> udp_checkentry
>
>
> Jesper Bengtsson wrote:
> > I found what looks like a copy-paste error in
> udp_checkentry, see patch
> > below.
> > It doesn't seem to have any effect on the x86 architecture
> but it does
> > have effect on the Axis CRIS architecture.
>
>
> Thanks, please send me a Signed-off-by: line so I can apply it.
>
>
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH] netfilter: xt_tcpudp.c: wrong struct in udp_checkentry
2007-08-30 6:43 Jesper Bengtsson
@ 2007-08-30 6:47 ` Patrick McHardy
0 siblings, 0 replies; 4+ messages in thread
From: Patrick McHardy @ 2007-08-30 6:47 UTC (permalink / raw)
To: Jesper Bengtsson; +Cc: netfilter-devel
Jesper Bengtsson wrote:
> Signed-off by: Jesper Bengtsson <jesper.bengtsson_at_axis.com>
Applied, thanks Jesper.
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2007-08-30 6:47 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-08-24 11:50 [PATCH] netfilter: xt_tcpudp.c: wrong struct in udp_checkentry Jesper Bengtsson
2007-08-29 17:12 ` Patrick McHardy
-- strict thread matches above, loose matches on Subject: below --
2007-08-30 6:43 Jesper Bengtsson
2007-08-30 6:47 ` Patrick McHardy
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).