mbox series

[0/2] arm: Fix two minor coverity issues

Message ID 20230512170223.3801643-1-peter.maydell@linaro.org
Headers show
Series arm: Fix two minor coverity issues | expand

Message

Peter Maydell May 12, 2023, 5:02 p.m. UTC
This patchset fixes two minor Coverity issues which are
entirely unrelated apart from both being in arm target code.

thanks
-- PMM

Peter Maydell (2):
  target/arm: Saturate L2CTLR_EL1 core count field rather than
    overflowing
  hw/arm/vexpress: Avoid trivial memory leak of 'flashalias'

 hw/arm/vexpress.c        | 40 ++++++++++++++++++++--------------------
 target/arm/cortex-regs.c | 11 +++++++++--
 2 files changed, 29 insertions(+), 22 deletions(-)