[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20140821172445.7c1ba422@uryu.home.lan>
Date: Thu, 21 Aug 2014 17:24:45 -0700
From: Stephen Hemminger <stephen@...workplumber.org>
To: Alan Cox <alan@...rguk.ukuu.org.uk>
Cc: netdev@...r.kernel.org
Subject: Re: TCP output handling bug ?
On Thu, 21 Aug 2014 19:02:08 +0100
Alan Cox <alan@...rguk.ukuu.org.uk> wrote:
>
> tcp_send_syn_data:
>
> TCP_SKB_CB(data)->tcp_flags &= ~TCPHDR_SYN;
> TCP_SKB_CB(data)->tcp_flags = (TCPHDR_ACK|TCPHDR_PSH);
>
> the reporter has a point 8)
>
>
> https://bugzilla.kernel.org/show_bug.cgi?id=82101
> --
> To unsubscribe from this list: send the line "unsubscribe netdev" in
> the body of a message to majordomo@...r.kernel.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
I wonder if covertity or smatch could be smart enough to catch this kind of bug?
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists