qemu-devel
[Top][All Lists]
Advanced

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

[Qemu-devel] [PATCHv3 0/5] plug memory and file-descriptor leaks


From: Jim Meyering
Subject: [Qemu-devel] [PATCHv3 0/5] plug memory and file-descriptor leaks
Date: Wed, 22 Aug 2012 13:55:51 +0200

From: Jim Meyering <address@hidden>

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



reply via email to

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