[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: 2.2.x bug...



At 17:20 +0200 1999-06-04, Marek Habersack wrote:
* Joel Klecker said:
At 11:52 +0200 1999-06-04, Marek Habersack wrote:
>Alan Cox has posted the fix to bugtraq. The fix is in Alan's 2.2.9-ac1 patch
>available from any kernel.org mirror in the /pub/linux/kernel/alan/2.2
>directory..

That is not true, 2.2.9-ac1 came out before the DOS was discovered.
Hmm... so why is the fix there? Perhaps it the bug wasn't there at all.
The excerpt below is from the net/ipv4/ip_options.c from -ac1:

error:
	if (skb) {
		icmp_send(skb, ICMP_PARAMETERPROB, 0, htonl((pp_ptr-iph)<<24));
		kfree_skb(skb);
                ^^^^^^^^^^^^^^^
                               Removing that is the fix.
	}
	return -EINVAL;
--
Joel Klecker (aka Espy)                    Debian GNU/Linux Developer
<URL:mailto:jk@espy.org>                 <URL:mailto:espy@debian.org>
<URL:http://web.espy.org/>               <URL:http://www.debian.org/>


Reply to: