All of lore.kernel.org
 help / color / mirror / Atom feed
From: "David S. Miller" <davem@redhat.com>
To: Bart De Schuymer <bdschuym@pandora.be>
Cc: netfilter-devel@lists.netfilter.org
Subject: Re: [PATCH/RFC] core/netfilter.c: possible use of freed skb
Date: Sun, 27 Jul 2003 15:50:30 -0700	[thread overview]
Message-ID: <20030727155030.2ce4e22e.davem@redhat.com> (raw)
In-Reply-To: <200307271655.15937.bdschuym@pandora.be>

On Sun, 27 Jul 2003 16:55:15 +0200
Bart De Schuymer <bdschuym@pandora.be> wrote:

> In nf_reinject(), info->okfn(skb) is called when the verdict is NF_ACCEPT.
> This okfn deals with the skb and is responsible for freeing the skb.
> Unfortunately the current code in nf_reinject() still uses this possibly
> freed skb.
> The patch below fixes this without introducing any new code.

This patch looks OK to me, can I get an ACK from the
netfilter folks?

  reply	other threads:[~2003-07-27 22:50 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-07-27 14:55 [PATCH/RFC] core/netfilter.c: possible use of freed skb Bart De Schuymer
2003-07-27 22:50 ` David S. Miller [this message]
2003-07-30 14:06   ` Harald Welte
2003-07-30 23:56     ` 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=20030727155030.2ce4e22e.davem@redhat.com \
    --to=davem@redhat.com \
    --cc=bdschuym@pandora.be \
    --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.