All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] netfilter: nf_tables fixes
@ 2015-03-03 20:04 Patrick McHardy
  2015-03-03 20:04 ` [PATCH 1/3] netfilter: nf_tables: fix transaction race condition Patrick McHardy
                   ` (3 more replies)
  0 siblings, 4 replies; 18+ messages in thread
From: Patrick McHardy @ 2015-03-03 20:04 UTC (permalink / raw)
  To: pablo; +Cc: netfilter-devel

I'm starting to push over my nftables set patches, as a first
batch these three patches fix some bugs I noticed in the process:

* a race condition in the transaction code
* a possible rule dlen overflow
* a possible userdata ulen overflow

Since they will probably go through nf.git and I also require them
in nf-next.git for my following patches, I'd appreciate if you
could merge them into nf-next as soon as possible.

Thanks!


Patrick McHardy (3):
      netfilter: nf_tables: fix transaction race condition
      netfilter: nf_tables: check for overflow of rule dlen field
      netfilter: nf_tables: fix userdata length overflow

 include/net/netfilter/nf_tables.h | 22 +++++++++++++++++++---
 net/netfilter/nf_tables_api.c     | 34 ++++++++++++++++++++++++----------
 2 files changed, 43 insertions(+), 13 deletions(-)


^ permalink raw reply	[flat|nested] 18+ messages in thread

end of thread, other threads:[~2015-03-05 20:19 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-03-03 20:04 [PATCH 0/3] netfilter: nf_tables fixes Patrick McHardy
2015-03-03 20:04 ` [PATCH 1/3] netfilter: nf_tables: fix transaction race condition Patrick McHardy
2015-03-04 16:18   ` Pablo Neira Ayuso
2015-03-04 16:26     ` Patrick McHardy
2015-03-04 17:01       ` Pablo Neira Ayuso
2015-03-04 17:03         ` Patrick McHardy
2015-03-04 17:28           ` Pablo Neira Ayuso
2015-03-04 17:36             ` Patrick McHardy
2015-03-04 17:38               ` Patrick McHardy
2015-03-03 20:04 ` [PATCH 2/3] netfilter: nf_tables: check for overflow of rule dlen field Patrick McHardy
2015-03-05 16:31   ` Pablo Neira Ayuso
2015-03-05 16:31     ` Patrick McHardy
2015-03-05 17:11       ` Pablo Neira Ayuso
2015-03-05 17:13         ` Patrick McHardy
2015-03-05 17:42           ` Pablo Neira Ayuso
2015-03-05 18:15             ` Patrick McHardy
2015-03-03 20:04 ` [PATCH 3/3] netfilter: nf_tables: fix userdata length overflow Patrick McHardy
2015-03-05 20:23 ` [PATCH 0/3] netfilter: nf_tables fixes Pablo Neira Ayuso

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.