]> git.proxmox.com Git - qemu.git/commit
readline: Fix unchecked strdup() by converting to g_strdup()
authorMarkus Armbruster <armbru@redhat.com>
Tue, 22 Jan 2013 10:07:59 +0000 (11:07 +0100)
committerStefan Hajnoczi <stefanha@redhat.com>
Wed, 30 Jan 2013 10:14:46 +0000 (11:14 +0100)
commitc3baa5f9e4f84bbc9ed9c3fe590835ecc8b0bf4a
tree508a9fe07284a2d176c018468c77a2779f0bd047
parentd3f8e138c23ba082f87c96634d06b978473c1e9b
readline: Fix unchecked strdup() by converting to g_strdup()

Signed-off-by: Markus Armbruster <armbru@redhat.com>
Reviewed-by: Eric Blake <eblake@redhat.com>
Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
readline.c