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-13 19:25:27 +04:00
2014-06-20 11:50:41 +03:00
2014-04-25 15:44:09 +01:00
2014-06-16 17:40:49 +02:00
2014-06-20 15:59:08 +02:00
2014-04-25 15:44:10 +01:00
2014-05-07 10:27:50 +02:00
2014-07-02 09:43:17 +02:00
2014-06-16 13:48:00 -06:00
2014-04-24 16:06:18 +02:00
2014-06-18 15:19:18 +02:00
2014-06-05 13:58:13 +02:00
2014-06-11 14:56:18 +02:00
2014-05-04 17:43:54 +04:00
2014-06-26 00:43:54 +02:00
2014-07-03 10:48:14 +02:00
2014-04-25 11:59:46 +01:00
2014-06-23 13:56:12 +02:00
2014-04-30 10:16:09 +02:00
2014-06-16 17:40:49 +02:00
2014-06-20 15:59:08 +02:00
2014-04-30 12:51:38 -04:00
2014-04-25 15:44:10 +01:00
2014-05-12 21:24:23 -06:00
2014-06-09 13:51:06 +03:00
2014-05-06 14:32:33 +03:00
2014-06-03 14:24:14 +02:00
2014-06-03 17:19:24 +02:00
2014-07-02 09:43:17 +02:00
2014-07-02 09:43:17 +02:00
2014-04-25 11:59:46 +01:00
2014-05-28 16:52:48 -06:00
2014-07-01 16:45:35 +02:00
2014-04-25 15:44:09 +01:00
2014-04-25 15:44:09 +01:00
2014-05-27 08:48:57 +02:00
2014-07-01 16:46:29 +02:00
2014-06-12 14:06:21 +02:00
2014-04-25 11:29:55 +01:00
2014-06-06 16:52:27 +02:00
2014-07-03 10:43:39 +02:00
2014-06-19 15:10:49 +02:00
2014-04-25 11:59:46 +01:00
2014-05-02 16:19:34 +04:00
2014-04-28 22:58:10 +02:00
2014-04-25 15:48:30 +01:00
2014-05-20 15:16:22 -06:00
2014-06-25 10:05:56 +02:00
2014-06-24 10:45:43 +02:00
2014-05-20 15:16:22 -06:00
2014-06-01 05:21:19 +03:00
2014-06-11 14:56:18 +02:00