]> xenbits.xensource.com Git - libvirt.git/commit
Fix reporting of errors in OOM injection code
authorDaniel P. Berrange <berrange@redhat.com>
Mon, 23 Sep 2013 13:19:25 +0000 (14:19 +0100)
committerDaniel P. Berrange <berrange@redhat.com>
Tue, 24 Sep 2013 09:52:26 +0000 (10:52 +0100)
commitecd2ba6893278951dbbc11b7af3b57b90d90013c
tree4a35deec7f0152f9b7d4879aa318f534ef4fe251
parent5dd3b5e32ae7c97e820261ec9e71ebe0ffcf1719
Fix reporting of errors in OOM injection code

When the various viralloc.c functions were changed to use the
normal error reporting code, the OOM injection code paths
were not updated to report errors.

Signed-off-by: Daniel P. Berrange <berrange@redhat.com>
src/util/viralloc.c