From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:42623) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ua6Jc-0007BO-1j for qemu-devel@nongnu.org; Wed, 08 May 2013 11:30:03 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Ua6JZ-0004gY-EK for qemu-devel@nongnu.org; Wed, 08 May 2013 11:29:59 -0400 Received: from mx1.redhat.com ([209.132.183.28]:14804) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ua6JZ-0004gS-81 for qemu-devel@nongnu.org; Wed, 08 May 2013 11:29:57 -0400 From: Laszlo Ersek Date: Wed, 8 May 2013 17:31:34 +0200 Message-Id: <1368027096-12108-1-git-send-email-lersek@redhat.com> Subject: [Qemu-devel] [PATCH v2 0/2] qga umask fix addenda List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: eblake@redhat.com, aliguori@us.ibm.com, peter.maydell@linaro.org, mdroth@linux.vnet.ibm.com, qemu-devel@nongnu.org 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.) 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(-)