From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:33825) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UanOW-0003YH-KK for qemu-devel@nongnu.org; Fri, 10 May 2013 09:29:57 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UanOV-0000kB-Eo for qemu-devel@nongnu.org; Fri, 10 May 2013 09:29:56 -0400 Received: from mx1.redhat.com ([209.132.183.28]:5614) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UanOV-0000k0-6s for qemu-devel@nongnu.org; Fri, 10 May 2013 09:29:55 -0400 Date: Fri, 10 May 2013 09:29:50 -0400 From: Luiz Capitulino Message-ID: <20130510092950.1d3d79e6@redhat.com> In-Reply-To: <1368027096-12108-1-git-send-email-lersek@redhat.com> References: <1368027096-12108-1-git-send-email-lersek@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v2 0/2] qga umask fix addenda List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Laszlo Ersek Cc: peter.maydell@linaro.org, aliguori@us.ibm.com, mdroth@linux.vnet.ibm.com, qemu-devel@nongnu.org On Wed, 8 May 2013 17:31:34 +0200 Laszlo Ersek wrote: > I should have paid more attention to portability and error path cleanup > in the CVE-2013-2007 fix. > > (We continue to assume, like the rest of qemu code, that > qemu_set_cloexec() never fails internally. This should be a reasonable > assumption when the input fd is valid.) Series: Reviewed-by: Luiz Capitulino > > Laszlo Ersek (2): > qga: distinguish binary modes in "guest_file_open_modes" map > qga: unlink just created guest-file if fchmod() or fdopen() fails on > it > > qga/commands-posix.c | 25 +++++++++++++++++++------ > 1 files changed, 19 insertions(+), 6 deletions(-) > >