qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] arm: Fix two minor coverity issues
@ 2023-05-12 17:02 Peter Maydell
  2023-05-12 17:02 ` [PATCH 1/2] target/arm: Saturate L2CTLR_EL1 core count field rather than overflowing Peter Maydell
  2023-05-12 17:02 ` [PATCH 2/2] hw/arm/vexpress: Avoid trivial memory leak of 'flashalias' Peter Maydell
  0 siblings, 2 replies; 6+ messages in thread
From: Peter Maydell @ 2023-05-12 17:02 UTC (permalink / raw)
  To: qemu-arm, qemu-devel

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(-)

-- 
2.34.1



^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2023-05-15  7:10 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-05-12 17:02 [PATCH 0/2] arm: Fix two minor coverity issues Peter Maydell
2023-05-12 17:02 ` [PATCH 1/2] target/arm: Saturate L2CTLR_EL1 core count field rather than overflowing Peter Maydell
2023-05-14  9:35   ` Richard Henderson
2023-05-12 17:02 ` [PATCH 2/2] hw/arm/vexpress: Avoid trivial memory leak of 'flashalias' Peter Maydell
2023-05-14  9:38   ` Richard Henderson
2023-05-15  7:09   ` Philippe Mathieu-Daudé

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).