[PATCH v2 0/2] vhost-user-blk-test and vdagent Coverity fixes

Stefan Hajnoczi posted 2 patches 2 years, 10 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/next-importer-push tags/patchew/20210601155755.216949-1-stefanha@redhat.com
tests/qtest/vhost-user-blk-test.c | 8 ++++++--
ui/vdagent.c                      | 2 +-
2 files changed, 7 insertions(+), 3 deletions(-)
[PATCH v2 0/2] vhost-user-blk-test and vdagent Coverity fixes
Posted by Stefan Hajnoczi 2 years, 10 months ago
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