On 7/26/19 9:42 AM, Stefan Berger wrote:
This series of patches cleans up the Coverity issues reported by
John.
Stefan
Stefan Berger (4):
tpm: Fix memory leak and use existing variable instead
tests: Call virCommandFree() in cleanup section
utils: Remove ATTRIBUTE_NONNULL(1) from virCommandSetSendBuffer
conf: Remove ATTRIBUTE_NONNULL(2) from virDomainCheckDeviceChanges()
src/conf/domain_conf.h | 3 +--
src/qemu/qemu_tpm.c | 4 ++--
src/util/vircommand.h | 2 +-
tests/commandtest.c | 3 +--
4 files changed, 5 insertions(+), 7 deletions(-)
With the cleanup in patch3
Reviewed-by: John Ferlan <jferlan(a)redhat.com>
(series)
John