]> Git Repo - qemu.git/commit
target/arm: Check addresses for disabled regimes
authorRichard Henderson <[email protected]>
Sun, 8 Mar 2020 01:29:45 +0000 (17:29 -0800)
committerPeter Maydell <[email protected]>
Thu, 12 Mar 2020 16:01:37 +0000 (16:01 +0000)
commitcebfb64859284c3c451d14564fdd22546c48696e
tree7c41f1f2994cbf171fc7a9d8038b88a86a42729d
parente7e741ca9dc24dc01cd2b7cb86e8ca5c0b0d9bec
target/arm: Check addresses for disabled regimes

We fail to validate the upper bits of a virtual address on a
translation disabled regime, as per AArch64.TranslateAddressS1Off.

Signed-off-by: Richard Henderson <[email protected]>
Message-id: 20200308012946[email protected]
Reviewed-by: Peter Maydell <[email protected]>
Signed-off-by: Peter Maydell <[email protected]>
target/arm/helper.c
This page took 0.022974 seconds and 4 git commands to generate.