[Qemu-devel] [PATCH 0/3] Fix sanitizer failures

Paolo Bonzini posted 3 patches 5 years, 1 month ago
Test asan passed
Test docker-clang@ubuntu passed
Test docker-mingw@fedora passed
Test checkpatch passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20190312141324.28572-1-pbonzini@redhat.com
Maintainers: Paolo Bonzini <pbonzini@redhat.com>, Thomas Huth <thuth@redhat.com>, Laurent Vivier <lvivier@redhat.com>, "Dr. David Alan Gilbert" <dgilbert@redhat.com>, Juan Quintela <quintela@redhat.com>
migration/socket.c          | 1 +
tests/migration-test.c      | 3 ++-
tests/test-bdrv-graph-mod.c | 1 +
tests/test-char.c           | 2 +-
4 files changed, 5 insertions(+), 2 deletions(-)
[Qemu-devel] [PATCH 0/3] Fix sanitizer failures
Posted by Paolo Bonzini 5 years, 1 month ago
Fix four errors reported by asan/ubsan on master.

Paolo

Paolo Bonzini (4):
  test-char: fix undefined behavior
  test-bdrv-graph-mod: fix Error leak
  migration: fix memory leak
  test-migration: fix memory leak

 migration/socket.c          | 1 +
 tests/migration-test.c      | 3 ++-
 tests/test-bdrv-graph-mod.c | 1 +
 tests/test-char.c           | 2 +-
 4 files changed, 5 insertions(+), 2 deletions(-)

-- 
2.20.1


Re: [Qemu-devel] [PATCH 0/3] Fix sanitizer failures
Posted by Eric Blake 5 years, 1 month ago
On 3/12/19 9:13 AM, Paolo Bonzini wrote:
> Fix four errors reported by asan/ubsan on master.
> 
> Paolo

1, 3, 4:
Reviewed-by: Eric Blake <eblake@redhat.com>

Patch 2 should be solved differently.

> 
> Paolo Bonzini (4):
>   test-char: fix undefined behavior
>   test-bdrv-graph-mod: fix Error leak
>   migration: fix memory leak
>   test-migration: fix memory leak
> 
>  migration/socket.c          | 1 +
>  tests/migration-test.c      | 3 ++-
>  tests/test-bdrv-graph-mod.c | 1 +
>  tests/test-char.c           | 2 +-
>  4 files changed, 5 insertions(+), 2 deletions(-)
> 

-- 
Eric Blake, Principal Software Engineer
Red Hat, Inc.           +1-919-301-3226
Virtualization:  qemu.org | libvirt.org