summaryrefslogtreecommitdiffstats
path: root/backends
diff options
context:
space:
mode:
authorPeter Maydell2019-04-29 18:35:57 +0200
committerPeter Maydell2019-04-29 18:35:57 +0200
commitaa64cfaeb4ad0e67ccb54fa20511d7a36db9d833 (patch)
tree27e45692364d6a7b2507353b453933637ff23ec4 /backends
parenthw/arm/smmuv3: Remove SMMUNotifierNode (diff)
downloadqemu-aa64cfaeb4ad0e67ccb54fa20511d7a36db9d833.tar.gz
qemu-aa64cfaeb4ad0e67ccb54fa20511d7a36db9d833.tar.xz
qemu-aa64cfaeb4ad0e67ccb54fa20511d7a36db9d833.zip
hw/ssi/xilinx_spips: Avoid variable length array
In the stripe8() function we use a variable length array; however we know that the maximum length required is MAX_NUM_BUSSES. Use a fixed-length array and an assert instead. Signed-off-by: Peter Maydell <peter.maydell@linaro.org> Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org> Reviewed-by: Francisco Iglesias <frasse.iglesias@gmail.com> Reviewed-by: Alistair Francis <alistair.francis@wdc.com> Reviewed-by: Stefano Garzarella <sgarzare@redhat.com> Message-id: 20190328152635.2794-1-peter.maydell@linaro.org
Diffstat (limited to 'backends')
0 files changed, 0 insertions, 0 deletions