From: Pablo Neira Ayuso <pablo@netfilter.org>
To: Phil Sutter <phil@nwl.cc>
Cc: netfilter-devel@vger.kernel.org
Subject: Re: [conntrack-tools PATCH 0/8] Fixes for a recent Coverity tool run
Date: Mon, 28 Mar 2022 10:25:21 +0200 [thread overview]
Message-ID: <YkFw8ebsj2nyNioX@salvia> (raw)
In-Reply-To: <20220325105003.26621-1-phil@nwl.cc>
LGTM
On Fri, Mar 25, 2022 at 11:49:55AM +0100, Phil Sutter wrote:
> Phil Sutter (8):
> hash: Flush tables when destroying
> cache: Fix features array allocation
> Fix potential buffer overrun in snprintf() calls
> helpers: ftp: Avoid ugly casts
> read_config_yy: Drop extra argument from dlog() call
> Don't call exit() from signal handler
> Drop pointless assignments
> connntrack: Fix for memleak when parsing -j arg
>
> src/cache.c | 4 ++--
> src/conntrack.c | 2 ++
> src/hash.c | 1 +
> src/helpers/ftp.c | 20 +++++++++-----------
> src/helpers/ssdp.c | 1 -
> src/main.c | 2 +-
> src/process.c | 2 +-
> src/queue.c | 4 ++--
> src/read_config_yy.y | 2 +-
> src/run.c | 2 +-
> 10 files changed, 20 insertions(+), 20 deletions(-)
>
> --
> 2.34.1
>
prev parent reply other threads:[~2022-03-28 8:25 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-03-25 10:49 [conntrack-tools PATCH 0/8] Fixes for a recent Coverity tool run Phil Sutter
2022-03-25 10:49 ` [conntrack-tools PATCH 1/8] hash: Flush tables when destroying Phil Sutter
2022-03-25 10:49 ` [conntrack-tools PATCH 2/8] cache: Fix features array allocation Phil Sutter
2022-03-25 10:49 ` [conntrack-tools PATCH 3/8] Fix potential buffer overrun in snprintf() calls Phil Sutter
2022-03-25 10:49 ` [conntrack-tools PATCH 4/8] helpers: ftp: Avoid ugly casts Phil Sutter
2022-03-25 10:50 ` [conntrack-tools PATCH 5/8] read_config_yy: Drop extra argument from dlog() call Phil Sutter
2022-03-25 10:50 ` [conntrack-tools PATCH 6/8] Don't call exit() from signal handler Phil Sutter
2022-03-25 10:50 ` [conntrack-tools PATCH 7/8] Drop pointless assignments Phil Sutter
2022-03-25 10:50 ` [conntrack-tools PATCH 8/8] connntrack: Fix for memleak when parsing -j arg Phil Sutter
2022-03-28 8:25 ` Pablo Neira Ayuso [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=YkFw8ebsj2nyNioX@salvia \
--to=pablo@netfilter.org \
--cc=netfilter-devel@vger.kernel.org \
--cc=phil@nwl.cc \
/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.