qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: Dima Stepanov
Subject: [Qemu-devel] [PATCH v1 0/3] misc fixes found by static analyzer
Date: Sat, 9 Jun 2018 10:52:41 +0300

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

[Prev in Thread] Current Thread [Next in Thread]