[libvirt] [PATCH 3/3] conf: add missing error on OOM

Ján Tomko jtomko at redhat.com
Fri Apr 26 16:31:55 UTC 2013


I removed it in 5c3d5b2 by accident.
---
 src/conf/domain_conf.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/conf/domain_conf.c b/src/conf/domain_conf.c
index 3c6d260..88e3d93 100644
--- a/src/conf/domain_conf.c
+++ b/src/conf/domain_conf.c
@@ -9924,6 +9924,7 @@ virDomainDefMaybeAddController(virDomainDefPtr def,
 
     if (VIR_APPEND_ELEMENT(def->controllers, def->ncontrollers, cont) < 0) {
         VIR_FREE(cont);
+        virReportOOMError();
         return -1;
     }
 
-- 
1.8.1.5




More information about the libvir-list mailing list