On Wed, May 08, 2013 at 05:31:34PM +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.) > > 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
Thanks, applied to qga branch: https://github.com/mdroth/qemu/commits/qga > > qga/commands-posix.c | 25 +++++++++++++++++++------ > 1 files changed, 19 insertions(+), 6 deletions(-) >