qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/2] vhost-user-blk-test and vdagent Coverity fixes
@ 2021-06-01 15:57 Stefan Hajnoczi
  2021-06-01 15:57 ` [PATCH v2 1/2] vhost-user-blk-test: fix Coverity open(2) false positives Stefan Hajnoczi
  2021-06-01 15:57 ` [PATCH v2 2/2] ui/vdagent: fix clipboard info memory leak in error path Stefan Hajnoczi
  0 siblings, 2 replies; 7+ messages in thread
From: Stefan Hajnoczi @ 2021-06-01 15:57 UTC (permalink / raw)
  To: qemu-devel
  Cc: Laurent Vivier, Kevin Wolf, Thomas Huth, qemu-block,
	Peter Maydell, Coiby Xu, Gerd Hoffmann, Stefan Hajnoczi,
	Paolo Bonzini

v2:
 * Drop Patch 2 since the mkstemp(3) umask warning is archaic and hasn't
   applied for a long time [Peter]
 * Fix inconsistent g_assert_cmpint()/assert(3) usage in Patch 1 [Peter]

This patch series addresses recent Coverity reports. Please see the individual
patches for details.

Stefan Hajnoczi (2):
  vhost-user-blk-test: fix Coverity open(2) false positives
  ui/vdagent: fix clipboard info memory leak in error path

 tests/qtest/vhost-user-blk-test.c | 8 ++++++--
 ui/vdagent.c                      | 2 +-
 2 files changed, 7 insertions(+), 3 deletions(-)

-- 
2.31.1


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

end of thread, other threads:[~2021-06-02  3:45 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-06-01 15:57 [PATCH v2 0/2] vhost-user-blk-test and vdagent Coverity fixes Stefan Hajnoczi
2021-06-01 15:57 ` [PATCH v2 1/2] vhost-user-blk-test: fix Coverity open(2) false positives Stefan Hajnoczi
2021-06-01 16:27   ` Philippe Mathieu-Daudé
2021-06-02  3:41   ` Thomas Huth
2021-06-01 15:57 ` [PATCH v2 2/2] ui/vdagent: fix clipboard info memory leak in error path Stefan Hajnoczi
2021-06-01 16:28   ` Philippe Mathieu-Daudé
2021-06-02  3:44   ` Thomas Huth

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