Stefano Stabellini
ac0487e1d2
xenfb.c: avoid expensive loops when prod <= out_cons
...
If the frontend sets out_cons to a value higher than out_prod, it will
cause xenfb_handle_events to loop about 2^32 times. Avoid that by using
better checks at the beginning of the function.
Signed-off-by: Stefano Stabellini <stefano.stabellini@eu.citrix.com>
Reported-by: Ling Liu <liuling-it@360.cn>
2016-01-14 16:49:11 +00:00
..
2014-05-13 16:09:35 +01:00
2014-01-31 14:47:33 +00:00
2015-01-15 10:44:13 +03:00
2015-10-09 15:25:56 +02:00
2014-07-11 10:17:02 +02:00
2015-05-19 11:40:01 +02:00
2015-09-11 10:21:38 +03:00
2015-07-24 13:57:45 +02:00
2015-07-24 13:57:45 +02:00
2015-06-22 18:20:40 +02:00
2016-01-08 12:20:07 +01:00
2015-10-08 10:31:35 +02:00
2015-11-03 10:13:42 +01:00
2014-02-04 19:34:30 +01:00
2015-07-24 13:57:45 +02:00
2015-09-07 10:39:27 +01:00
2015-12-17 13:37:13 +00:00
2015-09-07 10:39:27 +01:00
2014-01-31 14:47:33 +00:00
2015-07-24 13:57:45 +02:00
2015-12-17 13:37:13 +00:00
2014-01-31 14:47:33 +00:00
2015-06-23 20:23:39 +03:00
2015-09-11 10:45:43 +03:00
2015-11-06 15:42:38 +03:00
2015-07-16 17:31:05 +02:00
2014-06-05 16:04:17 +02:00
2015-09-18 14:39:29 +02:00
2014-05-13 16:09:35 +01:00
2014-05-05 22:15:02 +02:00
2014-01-31 14:47:33 +00:00
2015-09-18 14:39:29 +02:00
2015-11-06 15:42:38 +03:00
2015-06-12 10:13:23 +02:00
2014-09-30 13:34:09 +02:00
2014-04-28 10:21:55 +02:00
2015-02-13 14:09:28 +00:00
2015-06-12 10:13:23 +02:00
2016-01-08 12:20:07 +01:00
2015-10-08 10:31:35 +02:00
2015-10-08 10:31:35 +02:00
2015-12-17 15:24:34 +01:00
2015-07-07 11:23:18 +02:00
2015-10-20 09:26:36 +02:00
2016-01-14 16:49:11 +00:00