From: "David S. Miller" <davem@redhat.com>
To: yoshfuji@linux-ipv6.org
Cc: netdev@oss.sgi.com
Subject: Re: [PATCH] IPV6: fix a possible dst leakage in ndisc_send_redirect()
Date: Tue, 3 Feb 2004 09:18:41 -0800 [thread overview]
Message-ID: <20040203091841.2804a29c.davem@redhat.com> (raw)
In-Reply-To: <20040203.162754.96958174.yoshfuji@linux-ipv6.org>
On Tue, 03 Feb 2004 16:27:54 +0900 (JST)
YOSHIFUJI Hideaki / ^[$B5HF#1QL@^[(B <yoshfuji@linux-ipv6.org> wrote:
> D: fix a dst leakage in error path in ndisc_send_redirect().
Applied. An eventual cleanup of this function would be to consolidate
all of these paths into a single:
dst_out:
dst_release(dst);
return;
near the end of the function that all these spots can jump to.
But it's not so important.
prev parent reply other threads:[~2004-02-03 17:18 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2004-02-03 7:27 [PATCH] IPV6: fix a possible dst leakage in ndisc_send_redirect() YOSHIFUJI Hideaki / 吉藤英明
2004-02-03 17:18 ` David S. Miller [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=20040203091841.2804a29c.davem@redhat.com \
--to=davem@redhat.com \
--cc=netdev@oss.sgi.com \
--cc=yoshfuji@linux-ipv6.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 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 NNTP newsgroup(s).