From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:57465) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1T49Y0-00027D-9g for qemu-devel@nongnu.org; Wed, 22 Aug 2012 07:56:36 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1T49Xu-0004K3-LZ for qemu-devel@nongnu.org; Wed, 22 Aug 2012 07:56:32 -0400 Received: from mx.meyering.net ([88.168.87.75]:45301 helo=hx.meyering.net) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1T49Xu-0004Jr-BF for qemu-devel@nongnu.org; Wed, 22 Aug 2012 07:56:26 -0400 From: Jim Meyering Date: Wed, 22 Aug 2012 13:55:51 +0200 Message-Id: <1345636556-29008-1-git-send-email-jim@meyering.net> Subject: [Qemu-devel] [PATCHv3 0/5] plug memory and file-descriptor leaks List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Jim Meyering , Anthony Liguori From: Jim Meyering Hi Anthony, I posted this series back in May, got some good feedback leading to a pair of v2 patches. Since then one of the 6 patches was applied. I'm calling this v3, but it is merely a trivial rebase of the v1 and v2 patches. Hoping it's not too late for 1.2, here are the remaining five: Jim Meyering (5): qemu-ga: don't leak a file descriptor upon failed lockf linux-user: do_msgrcv: don't leak host_mb upon TARGET_EFAULT failure sheepdog: don't leak socket file descriptor upon connection failure arm-semi: don't leak 1KB user string lock buffer upon TARGET_SYS_OPEN softmmu-semi: fix lock_user* functions not to deref NULL upon OOM block/sheepdog.c | 1 + linux-user/syscall.c | 4 ++-- qemu-ga.c | 3 +++ softmmu-semi.h | 5 ++++- target-arm/arm-semi.c | 13 +++++++------ 5 files changed, 17 insertions(+), 9 deletions(-) -- 1.7.12