mbox

[PULL,0/1] Fixes for QGA

Message ID 1413982750-21159-1-git-send-email-mdroth@linux.vnet.ibm.com
State New
Headers show

Pull-request

git://github.com/mdroth/qemu.git tags/qga-pull-2014-10-22-tag

Message

Michael Roth Oct. 22, 2014, 12:59 p.m. UTC
The following changes since commit 01a2050fa5fb3d290134b67ee82eb3ebbd91d95b:

  hw/i386/pc_q35.c: Avoid g_assert_cmpint() as it is not in glib 2.12 (2014-10-22 11:32:44 +0100)

are available in the git repository at:

  git://github.com/mdroth/qemu.git tags/qga-pull-2014-10-22-tag

for you to fetch changes up to e668d1b8545f1c79cf869bd78813cb1e52216f45:

  qga: Rewrite code where using readdir_r (2014-10-22 07:49:52 -0500)

----------------------------------------------------------------
qga: remove readdir_r usage and fix use-after-free

Signed-off-by: Michael Roth <mdroth@linux.vnet.ibm.com>

----------------------------------------------------------------
zhanghailiang (1):
      qga: Rewrite code where using readdir_r

 qga/commands-posix.c | 27 +++++++++++++++------------
 1 file changed, 15 insertions(+), 12 deletions(-)

Comments

Peter Maydell Oct. 23, 2014, 9:46 a.m. UTC | #1
On 22 October 2014 13:59, Michael Roth <mdroth@linux.vnet.ibm.com> wrote:
> The following changes since commit 01a2050fa5fb3d290134b67ee82eb3ebbd91d95b:
>
>   hw/i386/pc_q35.c: Avoid g_assert_cmpint() as it is not in glib 2.12 (2014-10-22 11:32:44 +0100)
>
> are available in the git repository at:
>
>   git://github.com/mdroth/qemu.git tags/qga-pull-2014-10-22-tag
>
> for you to fetch changes up to e668d1b8545f1c79cf869bd78813cb1e52216f45:
>
>   qga: Rewrite code where using readdir_r (2014-10-22 07:49:52 -0500)
>
> ----------------------------------------------------------------
> qga: remove readdir_r usage and fix use-after-free
>
> Signed-off-by: Michael Roth <mdroth@linux.vnet.ibm.com>
>
> ----------------------------------------------------------------

Applied, thanks.

-- PMM