summaryrefslogtreecommitdiffstats
path: root/python/Makefile
diff options
context:
space:
mode:
authorRichard Henderson2022-04-01 19:08:13 +0200
committerRichard Henderson2022-04-27 04:57:56 +0200
commitb826044fc0c21d90a7fcfcf883cc8a8bf1bd7424 (patch)
tree404b212cded67b5ff9745b92657ec4efdb83f91b /python/Makefile
parentMerge tag 'pull-nbd-2022-04-26' of https://repo.or.cz/qemu/ericb into staging (diff)
downloadqemu-b826044fc0c21d90a7fcfcf883cc8a8bf1bd7424.tar.gz
qemu-b826044fc0c21d90a7fcfcf883cc8a8bf1bd7424.tar.xz
qemu-b826044fc0c21d90a7fcfcf883cc8a8bf1bd7424.zip
accel/tcg: Assert mmu_idx in range before use in cputlb
Coverity reports out-of-bound accesses within cputlb.c. This should be a false positive due to how the index is decoded from MemOpIdx. To be fair, nothing is checking the correct bounds during encoding either. Assert index in range before use, both to catch user errors and to pacify static analysis. Fixes: Coverity CID 1487120, 1487127, 1487170, 1487196, 1487215, 1487238 Signed-off-by: Richard Henderson <richard.henderson@linaro.org> Reviewed-by: Peter Maydell <peter.maydell@linaro.org> Reviewed-by: Alex Bennée <alex.bennee@linaro.org> Message-Id: <20220401170813.318609-1-richard.henderson@linaro.org>
Diffstat (limited to 'python/Makefile')
0 files changed, 0 insertions, 0 deletions