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


Reply via email to