]> git.proxmox.com Git - qemu.git/commit
qga: remove undefined behavior in ga_install_service()
authorLaszlo Ersek <lersek@redhat.com>
Sat, 18 May 2013 04:31:52 +0000 (06:31 +0200)
committerMichael Roth <mdroth@linux.vnet.ibm.com>
Thu, 30 May 2013 16:37:37 +0000 (11:37 -0500)
commita880845f3d92e508e43fcc38f0631b91c203e5d5
tree0c8d35082b9519f4bee3e98b999b8c1ef78a6195
parentbf12c1fa8c78e3c667f2fe2ecc656f4f3cfb914e
qga: remove undefined behavior in ga_install_service()

We shouldn't snprintf() from a buffer to the same buffer.

Signed-off-by: Laszlo Ersek <lersek@redhat.com>
Signed-off-by: Michael Roth <mdroth@linux.vnet.ibm.com>
qga/service-win32.c