mbox series

[0/2] accel: Fix NULL deref in NVMM / WHPX vCPU init

Message ID 20240429091918.27429-1-philmd@linaro.org (mailing list archive)
Headers show
Series accel: Fix NULL deref in NVMM / WHPX vCPU init | expand

Message

Philippe Mathieu-Daudé April 29, 2024, 9:19 a.m. UTC
Fix recently introduced NULL deref in NVMM/WHPX
vCPU init() handlers.

Philippe Mathieu-Daudé (2):
  accel/whpx: Fix NULL dereference in whpx_init_vcpu()
  accel/nvmm: Fix NULL dereference in nvmm_init_vcpu()

 target/i386/nvmm/nvmm-all.c | 2 +-
 target/i386/whpx/whpx-all.c | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

Comments

Richard Henderson April 29, 2024, 12:24 p.m. UTC | #1
On 4/29/24 02:19, Philippe Mathieu-Daudé wrote:
> Philippe Mathieu-Daudé (2):
>    accel/whpx: Fix NULL dereference in whpx_init_vcpu()
>    accel/nvmm: Fix NULL dereference in nvmm_init_vcpu()

Reviewed-by: Richard Henderson <richard.henderson@linaro.org>

r~