All of lore.kernel.org
 help / color / mirror / Atom feed
From: Pablo Neira Ayuso <pablo@netfilter.org>
To: Donald Yandt <donald.yandt@gmail.com>
Cc: netfilter-devel@vger.kernel.org
Subject: Re: [PATCH conntrack-tools v2 0/3] fix potential memory loss and exit codes
Date: Mon, 4 Mar 2024 13:49:36 +0100	[thread overview]
Message-ID: <ZeXDYANYnRZJCcE8@calendula> (raw)
In-Reply-To: <20240302160802.7309-1-donald.yandt@gmail.com>

On Sat, Mar 02, 2024 at 11:07:59AM -0500, Donald Yandt wrote:
> Vector data will be lost if reallocation fails, leading to undefined behaviour. 
> Additionally, the indices of the allocated vector data can be represented more
> precisely by using size_t as the index type.
> 
> If no configuration file or an invalid parameter is provided, the daemon should exit with
> a failure status.

Applied.

I move this description chunks where they belong to

  parent reply	other threads:[~2024-03-04 12:49 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-03-02 16:07 [PATCH conntrack-tools v2 0/3] fix potential memory loss and exit codes Donald Yandt
2024-03-02 16:08 ` [PATCH conntrack-tools v2 1/3] conntrackd: prevent memory loss if reallocation fails Donald Yandt
2024-03-02 16:08 ` [PATCH conntrack-tools v2 2/3] conntrackd: use size_t for element indices Donald Yandt
2024-03-02 16:08 ` [PATCH conntrack-tools v2 3/3] conntrackd: exit with failure status Donald Yandt
2024-03-04 12:49 ` Pablo Neira Ayuso [this message]
2024-03-04 12:58   ` [PATCH conntrack-tools v2 0/3] fix potential memory loss and exit codes Pablo Neira Ayuso
2024-03-04 16:57     ` Donald Yandt

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=ZeXDYANYnRZJCcE8@calendula \
    --to=pablo@netfilter.org \
    --cc=donald.yandt@gmail.com \
    --cc=netfilter-devel@vger.kernel.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.