From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:34339) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WFTMM-0000eU-Ty for qemu-devel@nongnu.org; Mon, 17 Feb 2014 13:56:07 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WFTML-0007my-Mo for qemu-devel@nongnu.org; Mon, 17 Feb 2014 13:56:06 -0500 Received: from mnementh.archaic.org.uk ([2001:8b0:1d0::1]:45982) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WFTML-0007ix-GO for qemu-devel@nongnu.org; Mon, 17 Feb 2014 13:56:05 -0500 From: Peter Maydell Date: Mon, 17 Feb 2014 18:55:30 +0000 Message-Id: <1392663334-8555-1-git-send-email-peter.maydell@linaro.org> Subject: [Qemu-devel] [PATCH 0/4] linux-user: four patches for coverity errors List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Riku Voipio , patches@linaro.org 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