Stefano Stabellini 7ea11bf376 xenfb: avoid reading twice the same fields from the shared page
Reading twice the same field could give the guest an attack of
opportunity. In the case of event->type, gcc could compile the switch
statement into a jump table, effectively ending up reading the type
field multiple times.

This is part of XSA-155.

Signed-off-by: Stefano Stabellini <stefano.stabellini@eu.citrix.com>
2015-12-18 15:10:09 +00:00
..
2015-12-04 09:39:55 +03:00
2015-12-17 17:33:47 +01:00
2015-10-02 16:22:02 -03:00
2015-09-25 12:04:43 +02:00
2015-10-27 15:59:46 +00:00
2015-11-24 14:56:49 -05:00
2015-09-25 12:04:43 +02:00
2015-12-07 14:18:31 +00:00
2015-12-15 09:49:03 +01:00
2015-09-25 14:52:17 +02:00
2015-11-06 15:42:38 +03:00