[Qemu-devel] [PATCH v1 0/3] misc fixes found by static analyzer

Dima Stepanov posted 3 patches 5 years, 10 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/1528530764-21376-1-git-send-email-dimastep@yandex-team.ru
Test checkpatch passed
Test docker-mingw@fedora passed
Test docker-quick@centos7 passed
Test s390x passed
There is a newer version of this series
block/qcow2-bitmap.c | 1 -
memory.c             | 2 +-
util/memfd.c         | 1 +
3 files changed, 2 insertions(+), 2 deletions(-)
[Qemu-devel] [PATCH v1 0/3] misc fixes found by static analyzer
Posted by Dima Stepanov 5 years, 10 months ago
During the development process we used scan-build as static analyzer to
check the changes. There are some issues found. The patch set below is
to resolve issues found.

Dima Stepanov (3):
  memfd: fix possible usage of the uninitialized file descriptor
  qcow2: fix the uninitialized bitmap_table variable
  memory: fix possible NULL pointer dereference

 block/qcow2-bitmap.c | 1 -
 memory.c             | 2 +-
 util/memfd.c         | 1 +
 3 files changed, 2 insertions(+), 2 deletions(-)

-- 
2.7.4