Files
qemu/hw/display
Stefano Stabellini ff083d3c3b 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>
(cherry picked from commit 7ea11bf376)
Signed-off-by: Michael Roth <mdroth@linux.vnet.ibm.com>
2016-03-15 12:20:35 -05:00
..
2014-07-11 10:17:02 +02:00
2015-05-19 11:40:01 +02:00
2015-06-22 18:20:40 +02:00
2015-09-11 10:45:43 +03:00
2014-04-28 10:21:55 +02:00
2015-02-13 14:09:28 +00:00
2015-10-20 09:26:36 +02:00