Mark Cave-Ayland 366d4f7e00 cg3: add extra check to prevent CG3 register array overflow
The case statements in the CG3 read and write register routines have a maximum
value of CG3_REG_SIZE, so if a value were written to this offset then it
would overflow the register array.

Currently this cannot be exploited since the MemoryRegion restricts accesses
to the range 0 ... CG3_REG_SIZE - 1, but it seems worth clarifying this for
future review and/or static analysis.

Signed-off-by: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
CC: Paolo Bonzini <pbonzini@redhat.com>
2014-06-05 20:51:30 +01:00
2014-05-30 14:26:54 +02:00
2014-06-04 08:40:41 +02:00
2014-05-20 13:05:58 +02:00
2014-06-02 16:49:00 +02:00
2014-05-09 09:11:31 -04:00
2014-05-19 11:36:48 +02:00
2014-06-02 16:49:00 +02:00
2014-04-25 09:19:58 -04:00
2014-06-02 16:28:59 +02:00
2014-06-04 08:40:42 +02:00
2014-05-22 18:14:01 +01:00
2014-03-12 17:26:32 +01:00
2014-05-27 22:45:03 +01:00
2014-05-20 11:57:52 +01:00
2014-05-24 00:07:29 +04:00
2014-03-13 14:34:16 +00:00
2014-02-25 14:30:28 +01:00
2014-05-28 17:36:21 +02:00
2014-04-18 10:33:36 +04:00
2014-05-28 14:28:46 +02:00
2014-05-24 00:07:29 +04:00
2014-05-28 17:36:21 +02:00
2014-05-09 22:59:40 +02:00
2014-02-17 11:57:23 -05:00
2014-06-02 17:07:21 +01:00
2014-04-17 20:39:32 +01:00
2014-05-07 16:16:43 +00:00

Read the documentation in qemu-doc.html or on http://wiki.qemu-project.org

- QEMU team
Description
QEMU With E2K User Support
Readme 459 MiB
Languages
C 83.1%
C++ 6.3%
Python 3.2%
Dylan 2.8%
Shell 1.6%
Other 2.8%