qemu-devel
[Top][All Lists]
Advanced

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

[Qemu-devel] [PATCH 0/4] linux-user: four patches for coverity errors


From: Peter Maydell
Subject: [Qemu-devel] [PATCH 0/4] linux-user: four patches for coverity errors
Date: Mon, 17 Feb 2014 18:55:30 +0000

This patchset contains fixes for four bugs spotted by coverity;
mostly these are problems in error-handling codepaths.

Peter Maydell (4):
  linux-user/elfload.c: Avoid calling g_free() on uninitialized data
  linux-user/signal.c: Don't pass sigaction uninitialised sa_flags
  linux-user: Fix error handling in lock_iovec()
  linux-user: Fix error handling in target_to_host_semarray()

 linux-user/elfload.c | 16 ++++++++++++----
 linux-user/signal.c  |  1 +
 linux-user/syscall.c | 19 +++++++++++++------
 3 files changed, 26 insertions(+), 10 deletions(-)

-- 
1.8.5




reply via email to

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