]> xenbits.xensource.com Git - people/liuw/libxenctrl-split/libvirt.git/commit
qemu_conf: Don't discard strdup OOM error
authorMichal Privoznik <mprivozn@redhat.com>
Thu, 25 Apr 2013 11:35:10 +0000 (13:35 +0200)
committerMichal Privoznik <mprivozn@redhat.com>
Thu, 25 Apr 2013 11:45:37 +0000 (13:45 +0200)
commit6ddbabf938b01e4700758078943b016d7a18414d
treeae963a4caa1e0e9d51a34b5acbc05b841c13d1c1
parent9d6e56dbce462a4ab7f9972d203c36815a231ee3
qemu_conf: Don't discard strdup OOM error

After 78d7c3c5 we are strdup()-ing path to qemu-bridge-helper.
However, the check for its return value is missing. So it is
possible we've ignored the OOM error silently.
src/qemu/qemu_conf.c