Ján Tomko
92a8e72f9d
Use virBufferCheckError everywhere we report OOM error
...
Replace:
if (virBufferError(&buf)) {
virBufferFreeAndReset(&buf);
virReportOOMError();
...
}
with:
if (virBufferCheckError(&buf) < 0)
...
This should not be a functional change (unless some callers
misused the virBuffer APIs - a different error would be reported
then)
2014-07-03 10:48:14 +02:00
..
2014-06-24 12:26:31 +01:00
2013-09-27 18:32:42 +02:00
2013-03-14 12:42:22 +00:00
2014-03-25 14:58:40 +01:00
2012-09-20 16:30:55 -06:00
2011-11-24 11:44:08 +01:00
2014-03-25 14:58:40 +01:00
2013-07-12 09:22:38 +02:00
2014-03-25 14:58:40 +01:00
2012-09-20 16:30:55 -06:00
2014-03-25 14:58:40 +01:00
2012-09-20 16:30:55 -06:00
2014-03-25 14:58:40 +01:00
2013-05-07 13:29:58 +02:00
2013-10-07 13:28:44 +02:00
2014-03-25 14:58:40 +01:00
2013-11-26 11:52:58 +01:00
2014-03-25 14:58:40 +01:00
2014-03-17 17:45:13 +01:00
2014-03-25 14:58:40 +01:00
2013-05-08 10:47:45 +01:00
2014-03-18 14:29:22 +00:00
2014-03-10 14:26:04 +01:00
2014-03-25 14:58:40 +01:00
2012-09-20 16:30:55 -06:00
2014-03-25 14:58:40 +01:00
2013-08-05 11:03:01 +02:00
2014-07-03 10:48:14 +02:00
2013-09-24 09:37:26 +01:00
2014-07-03 10:48:14 +02:00
2013-07-12 09:22:38 +02:00
2014-04-21 16:49:08 -06:00
2013-03-19 13:11:46 +00:00