From: Patrick McHardy <kaber@trash.net>
To: davem@davemloft.net
Cc: netfilter-devel@lists.netfilter.org, Patrick McHardy <kaber@trash.net>
Subject: [NETFILTER 00/06]: Netfilter fixes for 2.6.17
Date: Tue, 2 May 2006 22:48:03 +0200 (MEST) [thread overview]
Message-ID: <20060502204803.7610.72174.sendpatchset@localhost.localdomain> (raw)
Hi Dave,
following are my netfilter patches for 2.6.17, which fix a couple of bad bugs:
- The SCTP conntrack loop noticed by Ingo
- The unchecked __copy_from/to in the compat code noticed by Linus
- Two H.323 bugs found by the PROTOS c07-h2250v4 testsuite
I'll push the SCTP patch to -stable as well. There is still at least one open
bug in the H.323 helper, but I can't really keep up with the pace new bugs are
discovered at currently.
Please apply.
include/linux/netfilter_ipv4/ip_conntrack_helper_h323_asn1.h | 2 +-
net/ipv4/netfilter/ip_conntrack_helper_h323.c | 2 ++
net/ipv4/netfilter/ip_conntrack_helper_h323_asn1.c | 10 +++++-----
net/ipv4/netfilter/ip_conntrack_proto_sctp.c | 11 +++++++----
net/ipv4/netfilter/ip_nat_standalone.c | 2 ++
net/ipv4/netfilter/ip_tables.c | 6 +++---
net/netfilter/nf_conntrack_proto_sctp.c | 11 +++++++----
net/netfilter/x_tables.c | 4 ++--
8 files changed, 29 insertions(+), 19 deletions(-)
Jing Min Zhao:
[NETFILTER]: H.323 helper: Change author's email address
Patrick McHardy:
[NETFILTER]: H.323 helper: fix endless loop caused by invalid TPKT len
[NETFILTER]: H.323 helper: fix use of uninitialized data
[NETFILTER]: SCTP conntrack: fix infinite loop
[NETFILTER]: NAT: silence unused variable warnings with CONFIG_XFRM=n
[NETFILTER]: x_tables: don't use __copy_{from,to}_user on unchecked memory in compat layer
next reply other threads:[~2006-05-02 20:48 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-05-02 20:48 Patrick McHardy [this message]
2006-05-02 20:48 ` [NETFILTER 01/06]: H.323 helper: fix endless loop caused by invalid TPKT len Patrick McHardy
2006-05-02 20:48 ` [NETFILTER 02/06]: H.323 helper: fix use of uninitialized data Patrick McHardy
2006-05-02 20:48 ` [NETFILTER 03/06]: SCTP conntrack: fix infinite loop Patrick McHardy
2006-05-02 20:48 ` [NETFILTER 04/06]: NAT: silence unused variable warnings with CONFIG_XFRM=n Patrick McHardy
2006-05-02 20:48 ` [NETFILTER 05/06]: H.323 helper: Change author's email address Patrick McHardy
2006-05-02 20:48 ` [NETFILTER 06/06]: x_tables: don't use __copy_{from, to}_user on unchecked memory in compat layer Patrick McHardy
2006-05-04 6:21 ` [NETFILTER 00/06]: Netfilter fixes for 2.6.17 David S. Miller
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20060502204803.7610.72174.sendpatchset@localhost.localdomain \
--to=kaber@trash.net \
--cc=davem@davemloft.net \
--cc=netfilter-devel@lists.netfilter.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.