public inbox for passt-dev@passt.top
 help / color / mirror / code / Atom feed
From: Stefano Brivio <sbrivio@redhat.com>
To: passt-dev@passt.top
Subject: Re: [PATCH v2 0/8] Clean up and fix bugs in port forwarding data structures
Date: Sat, 24 Sep 2022 22:25:23 +0200	[thread overview]
Message-ID: <20220924222523.30b091fc@elisabeth> (raw)
In-Reply-To: <20220924090823.1873052-1-david@gibson.dropbear.id.au>

[-- Attachment #1: Type: text/plain, Size: 1291 bytes --]

On Sat, 24 Sep 2022 19:08:15 +1000
David Gibson <david(a)gibson.dropbear.id.au> wrote:

> The information we need to keep track of which ports are forwarded
> where is currently split across several different values and data
> structures in several different places.  Worse, a number of those
> structures are incorrectly sized due to an off by one error, which
> could lead to buffer overruns.
> 
> Fix the sizing, and re-organize the data structures in a way that
> should make it less likely to repeat that mistake.
> 
> While we're there, correct a similar off-by-one mis-sizing of a number
> of other arrays.
> 
> Changes since v1:
>  * Use a define for the array size, rather than a typedef to handle
>    the bitmaps of ports
> 
> David Gibson (8):
>   Improve types and names for port forwarding configuration
>   Consolidate port forwarding configuration into a common structure
>   udp: Delay initialization of UDP reversed port mapping table
>   Don't use indirect remap functions for conf_ports()
>   Pass entire port forwarding configuration substructure to conf_ports()
>   Treat port numbers as unsigned
>   Fix widespread off-by-one error dealing with port numbers
>   icmp: Correct off by one errors dealing with number of echo request
>     ids

Applied now.

-- 
Stefano


      parent reply	other threads:[~2022-09-24 20:25 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-09-24  9:08 [PATCH v2 0/8] Clean up and fix bugs in port forwarding data structures David Gibson
2022-09-24  9:08 ` [PATCH v2 1/8] Improve types and names for port forwarding configuration David Gibson
2022-09-24 11:25   ` Stefano Brivio
2022-09-24  9:08 ` [PATCH v2 2/8] Consolidate port forwarding configuration into a common structure David Gibson
2022-09-24  9:08 ` [PATCH v2 3/8] udp: Delay initialization of UDP reversed port mapping table David Gibson
2022-09-24  9:08 ` [PATCH v2 4/8] Don't use indirect remap functions for conf_ports() David Gibson
2022-09-24  9:08 ` [PATCH v2 5/8] Pass entire port forwarding configuration substructure to conf_ports() David Gibson
2022-09-24  9:08 ` [PATCH v2 6/8] Treat port numbers as unsigned David Gibson
2022-09-24  9:08 ` [PATCH v2 7/8] Fix widespread off-by-one error dealing with port numbers David Gibson
2022-09-24  9:08 ` [PATCH v2 8/8] icmp: Correct off by one errors dealing with number of echo request ids David Gibson
2022-09-24 20:25 ` Stefano Brivio [this message]

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=20220924222523.30b091fc@elisabeth \
    --to=sbrivio@redhat.com \
    --cc=passt-dev@passt.top \
    /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.
Code repositories for project(s) associated with this public inbox

	https://passt.top/passt

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 IMAP folder(s).