From: "David S. Miller" <davem@redhat.com>
To: Olaf Kirch <okir@suse.de>
Cc: netdev@oss.sgi.com, netfilter-devel@lists.netfilter.org
Subject: Re: [PATCH] Kernel oops in ip6t_LOG.c:ip6_nexthdr
Date: Thu, 26 Aug 2004 14:10:03 -0700 [thread overview]
Message-ID: <20040826141003.40229433.davem@redhat.com> (raw)
In-Reply-To: <20040826113538.GE15409@suse.de>
On Thu, 26 Aug 2004 13:35:39 +0200
Olaf Kirch <okir@suse.de> wrote:
> hdrptr is a u_int8_t **. What you really want to do here is
> look at (*hdrptr)[1], but what the expression does is look at
> *(hdrptr[1]). Unfortunately, hdrptr[1] is usually random garbage.
Good catch, patch applied (to 2.4.x too).
Thanks Olaf.
prev parent reply other threads:[~2004-08-26 21:10 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2004-08-26 11:35 [PATCH] Kernel oops in ip6t_LOG.c:ip6_nexthdr Olaf Kirch
2004-08-26 11:56 ` YOSHIFUJI Hideaki / 吉藤英明
2004-08-26 21:10 ` 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=20040826141003.40229433.davem@redhat.com \
--to=davem@redhat.com \
--cc=netdev@oss.sgi.com \
--cc=netfilter-devel@lists.netfilter.org \
--cc=okir@suse.de \
/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).