[Xen-devel] [PATCH 0/3] Minor Coverity fixes

Artem Mygaiev posted 3 patches 4 years, 6 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/xen tags/patchew/cover.1570628924.git.artem_mygaiev@epam.com
xen/drivers/char/scif-uart.c       | 2 +-
xen/drivers/passthrough/arm/smmu.c | 8 +++++---
xen/xsm/flask/avc.c                | 2 +-
3 files changed, 7 insertions(+), 5 deletions(-)
[Xen-devel] [PATCH 0/3] Minor Coverity fixes
Posted by Artem Mygaiev 4 years, 6 months ago
From: Artem Mygaiev <artem_mygaiev@epam.com>

There is a big amount of insignificant or false positives reported by 
Coverity, fixing some of them can at least make code more consistent or
at least bit more readable.

Artem Mygaiev (3):
  Consistent use for lock variables
  Remove useless ASSERT condition
  Free allocated resource on error

 xen/drivers/char/scif-uart.c       | 2 +-
 xen/drivers/passthrough/arm/smmu.c | 8 +++++---
 xen/xsm/flask/avc.c                | 2 +-
 3 files changed, 7 insertions(+), 5 deletions(-)

-- 
2.20.1


_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xenproject.org
https://lists.xenproject.org/mailman/listinfo/xen-devel