From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:33137) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RlKXo-0003us-3d for qemu-devel@nongnu.org; Thu, 12 Jan 2012 08:18:16 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RlKXi-0006qg-EH for qemu-devel@nongnu.org; Thu, 12 Jan 2012 08:18:16 -0500 Date: Thu, 12 Jan 2012 13:18:07 +0000 From: Stefan Hajnoczi Message-ID: <20120112131807.GA22879@stefanha-thinkpad.localdomain> References: <1325869065-32182-1-git-send-email-stefanha@linux.vnet.ibm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1325869065-32182-1-git-send-email-stefanha@linux.vnet.ibm.com> Subject: Re: [Qemu-devel] [Qemu-trivial] [PATCH 0/2] Fix fd leak in vvfat.c and strncmp() issue in vnc.c List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Stefan Hajnoczi Cc: qemu-trivial@nongnu.org, qemu-devel@nongnu.org On Fri, Jan 06, 2012 at 04:57:43PM +0000, Stefan Hajnoczi wrote: > Two unrelated bugs that David Gilbert had kicking around that are easy to fix. > Let's take care of them. > > Stefan Hajnoczi (2): > vvfat: avoid leaking file descriptor in commit_one_file() > vnc: fix no-lock-key-sync strncmp() length > > block/vvfat.c | 3 +++ > ui/vnc.c | 2 +- > 2 files changed, 4 insertions(+), 1 deletions(-) Applied to the trivial patches tree. Stefan