lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <1207870334.13150.11.camel@localhost>
Date:	Fri, 11 Apr 2008 01:32:14 +0200
From:	vincent-perrier <vincent-perrier@...b-internet.fr>
To:	David Miller <davem@...emloft.net>
Cc:	jesper.juhl@...il.com, tilman@...p.cc, lkml@....ca,
	yoshfuji@...ux-ipv6.org, jeff@...zik.org, rjw@...k.pl,
	linux-kernel@...r.kernel.org, linux-net@...r.kernel.org
Subject: Re: 2.6.25-rc8: FTP transfer errors

Even if the patch is not good, the line dst_free(&rt->u.dst); 
when rt is still in tree leads to a crash, but when you do not
do the dst_free, when rt is in tree, then it may have hidden 
other bugs, but at least I can keep working.


I never said my patch was good, but it does the minimum to avoid my bug:


                if (fn->leaf == NULL) {
                        bug_8895_clownix_provisional_workaround = 1;
                        fn->leaf = rt;
                        atomic_inc(&rt->rt6i_ref);
                }
...

ip6_fib.c, line 796:

                if (!bug_8895_clownix_provisional_workaround)
                        dst_free(&rt->u.dst);

That way at least it does not crash.

I cannot provide more than the line and the reason for the crash, I am
one of the numerous brainless users.







On Thu, 2008-04-10 at 16:14 -0700, David Miller wrote:
> From: vincent-perrier <vincent-perrier@...b-internet.fr>
> Date: Fri, 11 Apr 2008 01:10:29 +0200
> 
> > I am an end user, I do not know precisely what bisecting means, but I
> > have spent some time on bug 8895, I suppose I have totally bisseced it,
> > but it seems that it has been lost. 
> > It is clearly a bug and I am still patching every kernel to avoid the 
> > fib6 crash, obviously I am the only one to get it.
> 
> I remember this bug.
> 
> The analysis is incorrect and the patch adds new errors.
> --
> To unsubscribe from this list: send the line "unsubscribe linux-net" in
> the body of a message to majordomo@...r.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
> &#0;
> 

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ