mbox series

[0/3] Misc coverity fixes and tweaks

Message ID 20220221100254.13661-1-andrew.cooper3@citrix.com (mailing list archive)
Headers show
Series Misc coverity fixes and tweaks | expand

Message

Andrew Cooper Feb. 21, 2022, 10:02 a.m. UTC
Andrew Cooper (3):
  tests/resource: Initialise gnttab before
    xenforeignmemory_map_resource()
  xen: Rename asprintf() to xasprintf()
  CI: Coverity tweaks

 .github/workflows/coverity.yml       | 14 ++++++++------
 tools/tests/resource/test-resource.c |  2 +-
 xen/common/ioreq.c                   | 16 ++++++++++------
 xen/common/vsprintf.c                | 11 ++++++-----
 xen/include/xen/lib.h                |  4 ++--
 5 files changed, 27 insertions(+), 20 deletions(-)