[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <CA+mtBx8+sajFaCWqHRr+pY5EAHwN8G61v6cr-HydYhbbdxAgHQ@mail.gmail.com>
Date: Wed, 30 Nov 2011 17:48:04 -0800
From: Tom Herbert <therbert@...gle.com>
To: Linux Netdev List <netdev@...r.kernel.org>
Cc: Eric Dumazet <eric.dumazet@...il.com>,
David Miller <davem@...emloft.net>
Subject: Bug in computing data_len in tcp_sendmsg?
I believe that skb->data_len might no be computed correctly in
tcp_sendmsg. Specifically, when skb_add_data_nocache (or
skb_add_data) is called skb->data_len is not updated (skb_put only
updates skb->len). This results in the datalen in the head skbuf
being zero so any subsequent uses of the value lead to incorrect
results. For instance, skb_headlen returns the length of the head
skbu data and not just that of the headers. If I'm reading this
correctly, it's a pretty fundamental bug.
I don't have a fix for this yet.
Tom
--
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