Stefan Weil c001ed15f7 target-cris: Fix buffer overflow
Report from smatch:

target-cris/translate.c:3464 cpu_dump_state(32) error:
 buffer overflow 'env->sregs' 4 <= 255

sregs is declared 'uint32_t sregs[4][16]', so the first index must be
less than 4 or ARRAY_SIZE(env->sregs).

Signed-off-by: Stefan Weil <sw@weilnetz.de>
2012-09-08 06:30:25 +02:00
2012-09-07 17:35:34 +02:00
2012-08-28 20:38:39 +02:00
2012-08-20 11:05:08 -03:00
2012-08-13 16:10:18 -03:00
2012-08-28 20:38:39 +02:00
2012-08-30 16:36:21 -05:00
2012-08-13 13:20:50 -03:00
2012-08-14 19:01:26 +00:00
2012-08-15 15:18:54 +01:00
2012-08-16 13:41:16 -05:00
2012-08-13 14:17:53 -03:00
2012-08-21 15:16:29 -05:00
2012-08-16 13:41:16 -05:00
2012-08-16 13:41:16 -05:00
2012-08-13 14:17:53 -03:00
2012-08-13 14:17:53 -03:00
2012-08-16 13:41:15 -05:00
2012-08-16 13:41:15 -05:00
2012-09-05 11:44:53 -05:00

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

- QEMU team
Description
No description provided
Readme 404 MiB
Languages
C 82.6%
C++ 6.5%
Python 3.4%
Dylan 2.9%
Shell 1.6%
Other 2.8%