Eric Dumazet
64022d0b4e
tcp: fix crashes in do_tcp_sendpages()
...
Recent network changes allowed high order pages being used
for skb fragments.
This uncovered a bug in do_tcp_sendpages() which was assuming its caller
provided an array of order-0 page pointers.
We only have to deal with a single page in this function, and its order
is irrelevant.
Reported-by: Willy Tarreau <w@1wt.eu>
Tested-by: Willy Tarreau <w@1wt.eu>
Signed-off-by: Eric Dumazet <edumazet@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2012-12-01 20:39:16 -05:00
..
2012-10-12 09:59:23 +09:00
2012-10-18 15:34:30 -04:00
2012-08-14 21:48:06 -07:00
2012-08-31 16:14:33 -04:00
2012-08-14 21:49:42 -07:00
2012-11-16 09:36:54 +01:00
2012-11-09 16:45:37 +01:00
2012-10-10 22:50:45 -04:00
2012-09-10 16:13:31 -04:00
2012-11-26 22:33:59 +01:00
2012-10-29 08:49:25 -07:00
2012-11-21 11:48:31 -05:00
2012-09-10 15:30:41 -04:00
2012-08-15 21:36:31 -07:00
2012-10-06 03:04:45 +09:00
2012-10-14 13:39:34 -07:00
2012-08-20 14:51:24 -07:00
2012-09-18 16:08:19 -04:00
2012-12-01 20:39:16 -05:00
2012-11-20 15:16:15 -05:00
2012-08-14 21:48:06 -07:00
2012-11-28 11:25:29 -05:00
2012-10-01 17:15:06 -04:00
2012-11-02 21:56:35 -04:00
2012-10-02 11:11:09 -07:00
2012-11-26 14:41:40 -05:00
2012-11-24 23:48:23 +01:00
2012-10-02 13:38:27 -07:00
2012-10-18 15:34:30 -04:00
2012-09-21 13:58:08 -04:00
2012-11-20 00:09:25 +01:00
2012-10-30 17:17:09 -07:00
2012-10-02 11:11:09 -07:00
2012-09-10 15:30:41 -04:00
2012-10-09 13:57:23 -04:00
2012-10-02 13:38:27 -07:00
2012-10-14 13:39:34 -07:00
2012-11-07 15:37:04 -05:00
2012-11-28 11:13:40 -05:00
2012-11-01 11:50:53 -04:00
2012-11-03 15:10:14 -04:00
2012-09-17 13:00:13 -04:00
2012-07-24 13:55:21 -07:00
2012-11-12 16:26:06 +01:00
2012-10-02 13:38:27 -07:00
2012-09-26 21:10:25 -04:00
2012-09-04 14:20:14 -04:00
2012-10-02 20:25:04 -07:00