]> git.proxmox.com Git - qemu.git/commit
Replace non-portable asprintf by g_strdup_printf
authorStefan Weil <sw@weilnetz.de>
Wed, 16 Jan 2013 17:37:23 +0000 (18:37 +0100)
committerBlue Swirl <blauwirbel@gmail.com>
Sat, 19 Jan 2013 10:24:43 +0000 (10:24 +0000)
commite4ada482420175bc17d6ccb9f2af0e769da78e01
tree957c6756ff906ba4a5927479e714228512df7e1b
parent0e7a75929353b04bd2fce1be8640226883b42a10
Replace non-portable asprintf by g_strdup_printf

g_strdup_printf already handles OOM errors, so some error handling in
QEMU code can be removed.

Signed-off-by: Stefan Weil <sw@weilnetz.de>
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
exec.c
qga/commands-posix.c
util/path.c