[Qemu-devel] [PATCH v2 0/2] misc fixes found by static analyzer

Dima Stepanov posted 2 patches 5 years, 9 months ago
Failed in applying to current master (apply log)
Test checkpatch passed
Test docker-mingw@fedora passed
Test docker-quick@centos7 passed
Test s390x passed
memory.c     | 2 +-
util/memfd.c | 1 +
2 files changed, 2 insertions(+), 1 deletion(-)
[Qemu-devel] [PATCH v2 0/2] misc fixes found by static analyzer
Posted by Dima Stepanov 5 years, 9 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.

Changes v2:
 - remove one patch, since it was resolved by: 7eb24009

Dima Stepanov (2):
  memfd: fix possible usage of the uninitialized file descriptor
  memory: fix possible NULL pointer dereference

 memory.c     | 2 +-
 util/memfd.c | 1 +
 2 files changed, 2 insertions(+), 1 deletion(-)

-- 
2.7.4