All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] nubus: a couple of Coverity fixes
@ 2021-10-02 12:30 Mark Cave-Ayland
  2021-10-02 12:31 ` [PATCH 1/2] nubus.h: add ULL suffix to NUBUS_SUPER_SLOT_SIZE and NUBUS_SUPER_SLOT_SIZE Mark Cave-Ayland
  2021-10-02 12:31 ` [PATCH 2/2] nubus-device: ensure that name is freed after use in nubus_device_realize() Mark Cave-Ayland
  0 siblings, 2 replies; 6+ messages in thread
From: Mark Cave-Ayland @ 2021-10-02 12:30 UTC (permalink / raw)
  To: peter.maydell, laurent, qemu-devel

These patches fix a couple of issues found by Coverity in the recent nubus
patchset as reported by Peter.

Signed-off-by: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>


Mark Cave-Ayland (2):
  nubus.h: add ULL suffix to NUBUS_SUPER_SLOT_SIZE and
    NUBUS_SUPER_SLOT_SIZE
  nubus-device: ensure that name is freed after use in
    nubus_device_realize()

 hw/nubus/nubus-device.c  | 1 +
 include/hw/nubus/nubus.h | 4 ++--
 2 files changed, 3 insertions(+), 2 deletions(-)

-- 
2.20.1



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

end of thread, other threads:[~2021-10-04  6:51 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-10-02 12:30 [PATCH 0/2] nubus: a couple of Coverity fixes Mark Cave-Ayland
2021-10-02 12:31 ` [PATCH 1/2] nubus.h: add ULL suffix to NUBUS_SUPER_SLOT_SIZE and NUBUS_SUPER_SLOT_SIZE Mark Cave-Ayland
2021-10-02 13:42   ` Philippe Mathieu-Daudé
2021-10-02 12:31 ` [PATCH 2/2] nubus-device: ensure that name is freed after use in nubus_device_realize() Mark Cave-Ayland
2021-10-02 13:43   ` Philippe Mathieu-Daudé
2021-10-04  6:50   ` Laurent Vivier

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.