Ilpo Järvinen
45e77d3145
tcp: fix crash in tcp_xmit_retransmit_queue
...
It can happen that there are no packets in queue while calling
tcp_xmit_retransmit_queue(). tcp_write_queue_head() then returns
NULL and that gets deref'ed to get sacked into a local var.
There is no work to do if no packets are outstanding so we just
exit early.
This oops was introduced by 08ebd1721ab8fd (tcp: remove tp->lost_out
guard to make joining diff nicer).
Signed-off-by: Ilpo Järvinen <ilpo.jarvinen@helsinki.fi>
Reported-by: Lennart Schulte <lennart.schulte@nets.rwth-aachen.de>
Tested-by: Lennart Schulte <lennart.schulte@nets.rwth-aachen.de>
Signed-off-by: David S. Miller <davem@davemloft.net>
2010-07-19 12:43:49 -07:00
..
2010-05-31 16:41:35 +02:00
2010-05-15 23:28:40 -07:00
2010-03-30 22:02:32 +09:00
2010-05-17 17:18:51 -07:00
2010-05-17 23:23:14 -07:00
2009-10-18 18:52:53 -07:00
2010-04-11 14:53:53 -07:00
2010-02-22 16:20:22 -08:00
2010-03-30 22:02:32 +09:00
2010-03-30 22:02:32 +09:00
2009-05-18 15:16:37 -07:00
2010-04-26 16:13:54 +02:00
2010-03-30 22:02:32 +09:00
2010-05-17 23:23:14 -07:00
2010-05-17 17:18:50 -07:00
2010-04-11 14:53:53 -07:00
2010-05-15 23:28:40 -07:00
2010-03-30 22:02:32 +09:00
2010-03-30 22:02:32 +09:00
2010-05-15 23:28:40 -07:00
2009-11-23 10:41:23 -08:00
2010-03-30 22:02:32 +09:00
2009-11-13 20:46:58 -08:00
2010-04-20 16:02:01 +02:00
2010-03-30 22:02:32 +09:00
2010-05-17 23:23:14 -07:00
2010-05-17 17:18:51 -07:00
2010-05-17 23:23:14 -07:00
2010-06-21 13:57:34 -07:00
2010-04-28 15:31:51 -07:00
2010-02-22 16:20:22 -08:00
2010-04-11 14:53:53 -07:00
2010-05-17 22:36:55 -07:00
2010-07-15 22:38:43 -07:00
2010-06-04 15:56:01 -07:00
2010-05-17 17:18:50 -07:00
2010-03-21 18:31:35 -07:00
2009-09-14 17:03:01 -07:00
2010-05-10 18:39:28 +02:00
2010-05-17 17:18:51 -07:00
2010-06-04 15:56:03 -07:00
2010-05-15 23:28:40 -07:00
2009-03-02 03:00:15 -08:00
2010-03-30 22:02:32 +09:00
2009-03-02 03:00:15 -08:00
2009-12-03 16:06:13 -08:00
2009-11-23 10:41:23 -08:00
2010-06-02 07:15:48 -07:00
2010-05-31 23:52:39 -07:00
2010-06-04 15:56:02 -07:00
2009-11-23 10:41:23 -08:00
2010-04-11 14:53:53 -07:00
2010-07-19 12:43:49 -07:00
2010-03-30 22:02:32 +09:00
2009-03-02 03:00:15 -08:00
2010-04-27 12:53:25 -07:00
2009-05-25 22:44:59 -07:00
2009-11-23 10:41:23 -08:00
2009-11-23 10:41:23 -08:00
2010-07-14 14:45:15 -07:00
2010-03-30 22:02:32 +09:00
2009-09-30 16:12:20 -07:00
2010-05-31 23:44:05 -07:00
2010-01-17 19:16:02 -08:00
2010-05-17 17:18:51 -07:00
2010-03-30 22:02:32 +09:00
2010-03-25 16:00:30 +01:00
2010-07-04 11:46:07 -07:00