From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Graf Subject: Re: [PATCH] IPV6: fix data offset calculation when pushing frag options {dst1opts|auth} Date: Fri, 11 Jul 2003 02:32:52 +0200 Sender: netdev-bounce@oss.sgi.com Message-ID: <20030711003252.GD30577@rei.rakuen> References: <20030710234449.GB30577@rei.rakuen> <20030711.091814.128467921.yoshfuji@linux-ipv6.org> <20030711002713.GC30577@rei.rakuen> <20030710.172232.02275886.davem@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: yoshfuji@linux-ipv6.org, jmorris@intercode.com.au, netdev@oss.sgi.com Return-path: To: "David S. Miller" Content-Disposition: inline In-Reply-To: <20030710.172232.02275886.davem@redhat.com> Errors-to: netdev-bounce@oss.sgi.com List-Id: netdev.vger.kernel.org * davem@redhat.com wrote: > From: Thomas Graf > Date: Fri, 11 Jul 2003 02:27:13 +0200 > > * yoshfuji@linux-ipv6.org wrote: > > + exthdrlen += rt->u.dst.header_len + (opt ? opt->opt_flen : 0); > > exthdrlen is uninitialized. > > Yoshfuji already fixed this, see his followup. Yep, received that mail while writing the last one ;) -- thomas